diff --git a/registry/handlers/app.go b/registry/handlers/app.go index d39850670..8f9e918d8 100644 --- a/registry/handlers/app.go +++ b/registry/handlers/app.go @@ -359,7 +359,7 @@ func (app *App) dispatcher(dispatch dispatchFunc) http.Handler { context := app.context(w, r) if err := app.authorized(w, r, context); err != nil { - ctxu.GetLogger(context).Errorf("error authorizing context: %v", err) + ctxu.GetLogger(context).Warnf("error authorizing context: %v", err) return }