More detailed logging in UserService. Rename WhoIs handler to math the classname.

This commit is contained in:
West14
2022-02-14 21:00:51 +02:00
parent 46a0e375c5
commit 12a4a0ae83
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ namespace Kruzya.TelegramBot.Core.Service
{ {
if (bypassCache) if (bypassCache)
{ {
_logger.LogDebug("Bypassing cache."); _logger.LogDebug("Bypassing cache for {UserId}.", userId);
} }
else else
{ {