diff --git a/bot.py b/bot.py index 4c124b2..722545f 100644 --- a/bot.py +++ b/bot.py @@ -11,10 +11,10 @@ import handlers logging.basicConfig(level=logging.DEBUG) -# logging.basicConfig( -# level = logging.DEBUG, -# handlers = [ graypy.GELFUDPHandler('localhost', 12201) ] -# ) +logging.basicConfig( + level = logging.DEBUG, + handlers = [ graypy.GELFUDPHandler('localhost', 12201) ] +) # pipisa.register_handlers_pipisa(dp) # time_new_year.register_handlers_time(dp)