1
0
Fork 0
mirror of synced 2024-05-17 19:12:33 +12:00

Changed logging level to warning

This commit is contained in:
Phxntxm 2016-11-12 18:10:22 -06:00
parent 8199f53102
commit 6f2a8895d0

2
bot.py
View file

@ -19,7 +19,7 @@ opts = {'command_prefix': config.command_prefix,
'command_not_found': ''}
bot = commands.Bot(**opts)
logging.basicConfig(level=logging.INFO, filename='bonfire.log')
logging.basicConfig(level=logging.WARNING, filename='bonfire.log')
@bot.event