one more log
All checks were successful
/ build-container (push) Successful in 1m11s

This commit is contained in:
Finn 2024-03-31 22:57:13 -07:00
parent 4fcf588aaa
commit 8db19d293d

View file

@ -52,6 +52,8 @@ func (h handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
return
}
slog.Info("GET", "domain", domain, "path", path)
stat, err := object.Stat()
if err != nil {
resp := minio.ToErrorResponse(err)