Merge pull request #4815 from owncloud/requestID

harden drives api and improve logging
This commit is contained in:
Michael Barz
2022-10-17 20:23:50 +02:00
committed by GitHub
15 changed files with 440 additions and 194 deletions

View File

@@ -19,7 +19,7 @@ func AccessLog(logger log.Logger) func(http.Handler) http.Handler {
logger.Info().
Str("proto", r.Proto).
Str("request", chimiddleware.GetReqID(r.Context())).
Str(log.RequestIDString, chimiddleware.GetReqID(r.Context())).
Str("remote-addr", r.RemoteAddr).
Str("method", r.Method).
Int("status", wrap.Status()).