Rework logging/verbosity system #90

Merged
witten merged 12 commits from :master into master 2018-09-08 20:53:38 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4246be7a3a - Show all commits

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, {})