aboutsummaryrefslogtreecommitdiff
path: root/src/Logging.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/Logging.py')
-rw-r--r--src/Logging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Logging.py b/src/Logging.py
index b40ec698..a1cdb123 100644
--- a/src/Logging.py
+++ b/src/Logging.py
@@ -44,7 +44,7 @@ class Log(object):
self.logger.addHandler(stdout_handler)
hook_handler = HookedHandler(self._on_log)
- hook_handler.setLevel(LEVELS["debug"])
+ hook_handler.setLevel(LEVELS["trace"])
hook_handler.setFormatter(formatter)
self.logger.addHandler(hook_handler)