summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/logs
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/bitmask/logs')
-rw-r--r--src/leap/bitmask/logs/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/logs/utils.py b/src/leap/bitmask/logs/utils.py
index f709da8b..e38839c7 100644
--- a/src/leap/bitmask/logs/utils.py
+++ b/src/leap/bitmask/logs/utils.py
@@ -55,7 +55,7 @@ def get_logger(perform_rollover=False):
level = logbook.NOTSET
# This handler consumes logs not handled by the others
- null_handler = logbook.NullHandler(bubble=False)
+ null_handler = logbook.NullHandler()
null_handler.push_application()
silencer = SelectiveSilencerFilter()