Adjust file paths message from Warning to Info. (#5743)

This commit is contained in:
Kiel C 2018-04-17 13:52:39 -07:00 committed by Peter Eckersley
parent 6dc8b66760
commit 5c7fc07ccf

View file

@ -352,7 +352,7 @@ class Client(object):
if (self.config.config_dir != constants.CLI_DEFAULTS["config_dir"] or
self.config.work_dir != constants.CLI_DEFAULTS["work_dir"]):
logger.warning(
logger.info(
"Non-standard path(s), might not work with crontab installed "
"by your operating system package manager")