Disable logging for now

This commit is contained in:
Harshavardhana 2015-09-05 21:26:34 -07:00
parent 95cb056fd5
commit b649eff3fb
1 changed files with 1 additions and 1 deletions

View File

@ -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
)