From 5c7fc07ccfca34e4ecfc4be4d124e921fdc8440e Mon Sep 17 00:00:00 2001 From: Kiel C Date: Tue, 17 Apr 2018 13:52:39 -0700 Subject: [PATCH] Adjust file paths message from Warning to Info. (#5743) --- certbot/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/client.py b/certbot/client.py index 60e1ca37e..cf2afa2e5 100644 --- a/certbot/client.py +++ b/certbot/client.py @@ -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")