mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01:00
New: Move auth success logging to debug
Closes #7978 (cherry picked from commit 9ebe043bd94d036fe2ab45f3bb3f882cda48e211)
This commit is contained in:
parent
a013ffe23a
commit
fcdd356b03
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ private void LogFailure(HttpRequest context, string username)
|
||||||
|
|
||||||
private void LogSuccess(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)
|
private void LogLogout(HttpRequest context, string username)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue