summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2017-10-24 19:21:04 +0200
committerMatěj Cepl <mcepl@cepl.eu>2017-10-24 19:21:04 +0200
commitee97867982bed54dd8589206948103a2aac518e6 (patch)
treefe8344b077e81731ccb74820cc5c0ff787ccd91f
parent90a3409f0d7ab0e5ed0f70858ca4b321071a67a0 (diff)
downloadimap-folder-training-ee97867982bed54dd8589206948103a2aac518e6.tar.gz
Be quiet on success
-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