Add logging for receiving updates

This commit is contained in:
Alex Root Junior 2019-11-27 01:26:24 +02:00
parent 334975bf21
commit 93a330c1f2
3 changed files with 33 additions and 1 deletions

3
aiogram/loggers.py Normal file
View file

@ -0,0 +1,3 @@
import logging
dispatcher = logging.getLogger("aiogram.dispatcher")