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")
|