Make OAuth2 runtime issues log as warnings (not errors)
This commit is contained in:
@@ -91,7 +91,7 @@ func NewServer(manager *manage.Manager) *server.Server {
|
||||
}
|
||||
|
||||
logger.Default().
|
||||
Error(msg)
|
||||
Warn(msg)
|
||||
})
|
||||
|
||||
return srv
|
||||
|
||||
Reference in New Issue
Block a user