diff --git a/src/Radarr.Http/Authentication/AuthenticationService.cs b/src/Radarr.Http/Authentication/AuthenticationService.cs index 5b051575c3..fb83fa50ef 100644 --- a/src/Radarr.Http/Authentication/AuthenticationService.cs +++ b/src/Radarr.Http/Authentication/AuthenticationService.cs @@ -77,7 +77,7 @@ private void LogFailure(HttpRequest context, string username) private void LogSuccess(HttpRequest context, string username) { - _authLogger.Info("Auth-Success ip {0} username '{1}'", context.GetRemoteIP(), username); + _authLogger.Debug("Auth-Success ip {0} username '{1}'", context.GetRemoteIP(), username); } private void LogLogout(HttpRequest context, string username)