summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/config/flags.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/bitmask/config/flags.py')
-rw-r--r--src/leap/bitmask/config/flags.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/leap/bitmask/config/flags.py b/src/leap/bitmask/config/flags.py
index cdde1971..1cf1d15a 100644
--- a/src/leap/bitmask/config/flags.py
+++ b/src/leap/bitmask/config/flags.py
@@ -58,3 +58,7 @@ SKIP_WIZARD_CHECKS = False
# This flag tells us whether the current pyzmq supports using CurveZMQ or not.
ZMQ_HAS_CURVE = None
+
+# Store the needed loglevel globally since the logger handlers goes through
+# threads and processes
+DEBUG = False