From 6f2a8895d06f8b3db1afaf05cca226a77120d791 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 12 Nov 2016 18:10:22 -0600 Subject: [PATCH] Changed logging level to warning --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 824f20b..23c3db2 100644 --- a/bot.py +++ b/bot.py @@ -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