mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-03 19:05:29 -04:00
Compare commits
1 Commits
api-docs
...
auth-succe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
98c737a146 |
@@ -77,7 +77,7 @@ namespace Sonarr.Http.Authentication
|
|||||||
|
|
||||||
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user