summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fail2ban/client/configreader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fail2ban/client/configreader.py b/fail2ban/client/configreader.py
index 1b5a56a2..c7f965ce 100644
--- a/fail2ban/client/configreader.py
+++ b/fail2ban/client/configreader.py
@@ -277,7 +277,7 @@ class ConfigReaderUnshared(SafeConfigParserWithIncludes):
# TODO: validate error handling here.
except NoOptionError:
if not optvalue is None:
- logSys.warning("'%s' not defined in '%s'. Using default one: %r"
+ logSys.debug("'%s' not defined in '%s'. Using default one: %r"
% (optname, sec, optvalue))
values[optname] = optvalue
# elif logSys.getEffectiveLevel() <= logLevel: