summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/util
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-02-17 11:13:55 -0400
committerKali Kaneko <kali@leap.se>2014-02-17 11:13:55 -0400
commitb4b9f10698902005c8d463d4bf3939d40c2a2783 (patch)
tree070fb4c26f3e6ce187b538327b948ed011666033 /src/leap/bitmask/util
parenteaf5e77392d98c5de7b5e6bba88eb2121226df36 (diff)
silence decorator
Diffstat (limited to 'src/leap/bitmask/util')
-rw-r--r--src/leap/bitmask/util/log_silencer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/bitmask/util/log_silencer.py b/src/leap/bitmask/util/log_silencer.py
index b9f69ad2..56b290e4 100644
--- a/src/leap/bitmask/util/log_silencer.py
+++ b/src/leap/bitmask/util/log_silencer.py
@@ -46,6 +46,7 @@ class SelectiveSilencerFilter(logging.Filter):
# to us.
SILENCER_RULES = (
'leap.common.events',
+ 'leap.common.decorators',
)
def __init__(self):