From 54370c3822f9dffe403d8c4138aabf67a97b3755 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Thu, 1 Apr 2021 12:02:23 -0700 Subject: [PATCH] Change comment in log.py to match the change to default verbosity --- certbot/certbot/_internal/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/certbot/_internal/log.py b/certbot/certbot/_internal/log.py index fb0a996f7..beba10f57 100644 --- a/certbot/certbot/_internal/log.py +++ b/certbot/certbot/_internal/log.py @@ -13,7 +13,7 @@ and properly flushed before program exit. The `logging` module is useful for recording messages about about what Certbot is doing under the hood, but do not necessarily need to be shown -to the user on the terminal. The default verbosity is INFO. +to the user on the terminal. The default verbosity is WARNING. The preferred method to display important information to the user is to use `certbot.display.util` and `certbot.display.ops`.