From 9a5eb79a0b1804db7947b6e2a8acd2217d2fd612 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 29 Jul 2018 11:41:02 +0000 Subject: [PATCH] Enable debugging --- infobot.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infobot.py b/infobot.py index c77293d..ba05d57 100644 --- a/infobot.py +++ b/infobot.py @@ -1,4 +1,9 @@ import asyncio +import logging + +# Turn all debugging on +asyncio.get_event_loop().set_debug(True) +logging.basicConfig(level=logging.DEBUG) import yaboli from yaboli.utils import *