mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
4 lines
124 B
Python
4 lines
124 B
Python
import logging
|
|
|
|
dispatcher = logging.getLogger("aiogram.dispatcher")
|
|
middlewares = logging.getLogger("aiogram.middlewares")
|