forked from Pavel_Durov/python_bot
add graylog back
This commit is contained in:
parent
b2d58f4320
commit
688c61642b
8
bot.py
8
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)
|
||||
|
Loading…
Reference in New Issue
Block a user