Change comment in log.py to match the change to default verbosity

This commit is contained in:
Erica Portnoy 2021-04-01 12:02:23 -07:00
parent 1d7856eceb
commit 54370c3822

View file

@ -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`.