Demote parse configuration message to debug.

This commit is contained in:
Florian Lindner 2018-08-03 15:09:38 +02:00
parent 53bd9b1300
commit 4246be7a3a
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ def run_configuration(config_filename, args): # pragma: no cover
Parse a single configuration file, and execute its defined pruning, backups, and/or consistency
checks.
'''
logger.info('{}: Parsing configuration file'.format(config_filename))
logger.debug('{}: Parsing configuration file'.format(config_filename))
config = validate.parse_configuration(config_filename, validate.schema_filename())
(location, storage, retention, consistency, hooks) = (
config.get(section_name, {})