Изменил(а) на 'bot.py'

This commit is contained in:
hogweed1 2022-12-09 11:25:43 -05:00
parent f3e8454f58
commit 8864e1ce38

4
bot.py
View File

@ -22,8 +22,8 @@ logging.basicConfig(
level = logging.DEBUG, level = logging.DEBUG,
handlers = [ graypy.GELFUDPHandler('localhost', 12201) ] handlers = [ graypy.GELFUDPHandler('localhost', 12201) ]
) )
( logging.getLogger( ) ).addFilter(TagFilter())
#logging.LoggerAdapter(logging.getLogger( ), {'tag': 'jack_bot'})
#root_logger = logging.getLogger( ) #root_logger = logging.getLogger( )
#handler = graypy.GELFUDPHandler('localhost', 12201) #handler = graypy.GELFUDPHandler('localhost', 12201)