aiogram/aiogram/loggers.py

5 lines
124 B
Python
Raw Normal View History

2019-11-27 01:26:24 +02:00
import logging
dispatcher = logging.getLogger("aiogram.dispatcher")
2020-04-12 20:27:32 +03:00
middlewares = logging.getLogger("aiogram.middlewares")