mirror of
https://github.com/ada-dmitry/kurator_bot.git
synced 2026-09-24 00:00:15 +00:00
8 lines
257 B
Python
8 lines
257 B
Python
import logging
|
|
|
|
dispatcher = logging.getLogger("aiogram.dispatcher")
|
|
event = logging.getLogger("aiogram.event")
|
|
middlewares = logging.getLogger("aiogram.middlewares")
|
|
webhook = logging.getLogger("aiogram.webhook")
|
|
scene = logging.getLogger("aiogram.scene")
|