From ee97867982bed54dd8589206948103a2aac518e6 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 24 Oct 2017 19:21:04 +0200 Subject: Be quiet on success --- check_bogofilter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit