mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore: add logging event name
This commit is contained in:
parent
49201ef6f2
commit
8f7baffdd3
1 changed files with 2 additions and 1 deletions
|
|
@ -92,8 +92,9 @@ class ChatActionSender:
|
|||
await self._wait(interval)
|
||||
finally:
|
||||
logger.debug(
|
||||
"Finished chat action %r sender in chat_id=%s via bot id=%d",
|
||||
"Finished chat action %r sender %s in chat_id=%s via bot id=%d",
|
||||
self.action,
|
||||
event_name,
|
||||
self.chat_id,
|
||||
self.bot.id,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue