mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-15 21:03:56 +01:00
parent
f0798550af
commit
98c737a146
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