mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Change comment in log.py to match the change to default verbosity
This commit is contained in:
parent
1d7856eceb
commit
54370c3822
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue