add graylog back
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pavel_Duron 2023-02-06 22:02:53 +10:00
parent b2d58f4320
commit 688c61642b

8
bot.py
View File

@ -11,10 +11,10 @@ import handlers
logging.basicConfig(level=logging.DEBUG) logging.basicConfig(level=logging.DEBUG)
# logging.basicConfig( logging.basicConfig(
# level = logging.DEBUG, level = logging.DEBUG,
# handlers = [ graypy.GELFUDPHandler('localhost', 12201) ] handlers = [ graypy.GELFUDPHandler('localhost', 12201) ]
# ) )
# pipisa.register_handlers_pipisa(dp) # pipisa.register_handlers_pipisa(dp)
# time_new_year.register_handlers_time(dp) # time_new_year.register_handlers_time(dp)