summaryrefslogtreecommitdiffstats
path: root/check_bogofilter.py
diff options
context:
space:
mode:
Diffstat (limited to 'check_bogofilter.py')
-rwxr-xr-xcheck_bogofilter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_bogofilter.py b/check_bogofilter.py
index f581f92..cb292eb 100755
--- a/check_bogofilter.py
+++ b/check_bogofilter.py
@@ -8,7 +8,7 @@ import subprocess
from ConfigParser import ConfigParser
logging.basicConfig(format='%(levelname)s:%(funcName)s:%(message)s',
- level=logging.INFO)
+ level=logging.WARNING)
log = logging.getLogger('check_bogofilter')
# imaplib.Debug = 4