mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
More detailed logging in UserService. Rename WhoIs handler to math the classname.
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Kruzya.TelegramBot.Core.Service
|
||||
{
|
||||
if (bypassCache)
|
||||
{
|
||||
_logger.LogDebug("Bypassing cache.");
|
||||
_logger.LogDebug("Bypassing cache for {UserId}.", userId);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user