Изменил(а) на 'bot.py'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
hogweed1 2022-12-09 11:08:11 -05:00
parent bfe6adea42
commit 2b23fa727f

8
bot.py
View File

@ -8,14 +8,14 @@ from handlers import pipisa, time_new_year, start_help
from othersq import sendnot from othersq import sendnot
# logging.basicConfig(level=logging.DEBUG) logging.basicConfig(level=logging.DEBUG)
my_logger = logging.getLogger('bot_logger') root_logger = logging.getLogger( )
my_logger.setLevel(logging.DEBUG) #my_logger.setLevel(logging.DEBUG)
handler = graypy.GELFUDPHandler('localhost', 12201) handler = graypy.GELFUDPHandler('localhost', 12201)
my_logger.addHandler(handler) root_logger.addHandler(handler)