5 lines
149 B
Python
5 lines
149 B
Python
import logging
|
|
|
|
logger_bot = logging.getLogger('bot')
|
|
logger_connection = logging.getLogger('connection')
|
|
logger_dp = logging.getLogger('dispatcher') |