Skip to content

Commit

Permalink
Make OAuth2 runtime issues log as warnings (not errors)
Browse files Browse the repository at this point in the history
  • Loading branch information
darh committed Jul 16, 2021
1 parent 895dd61 commit 0cb9179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/oauth2/oauth2.go
Expand Up @@ -91,7 +91,7 @@ func NewServer(manager *manage.Manager) *server.Server {
}

logger.Default().
Error(msg)
Warn(msg)
})

return srv
Expand Down

0 comments on commit 0cb9179

Please sign in to comment.