mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add logging for receiving updates
This commit is contained in:
parent
334975bf21
commit
93a330c1f2
3 changed files with 33 additions and 1 deletions
3
aiogram/loggers.py
Normal file
3
aiogram/loggers.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import logging
|
||||
|
||||
dispatcher = logging.getLogger("aiogram.dispatcher")
|
||||
Loading…
Add table
Add a link
Reference in a new issue