aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/__init__.py b/bot/__init__.py
index 90ab3c348..f7a410706 100644
--- a/bot/__init__.py
+++ b/bot/__init__.py
@@ -42,4 +42,4 @@ root_log.addHandler(file_handler)
logging.getLogger("discord").setLevel(logging.WARNING)
logging.getLogger("websockets").setLevel(logging.WARNING)
-logging.getLogger(__name__).setLevel(TRACE_LEVEL)
+logging.getLogger(__name__)