mirror of https://github.com/minio/minio.git
Disable logging for now
This commit is contained in:
parent
95cb056fd5
commit
b649eff3fb
|
@ -84,7 +84,7 @@ func registerCustomMiddleware(mux http.Handler, conf api.Config) http.Handler {
|
|||
api.TimeValidityHandler,
|
||||
api.IgnoreResourcesHandler,
|
||||
api.ValidateAuthHeaderHandler,
|
||||
api.LoggingHandler,
|
||||
// api.LoggingHandler, // Disabled logging until we bring in external logging support
|
||||
api.CorsHandler,
|
||||
// Add new your new middleware here
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue