mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Changing default logging level
This commit is contained in:
parent
aec91b84a0
commit
bc50ad48c6
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ CLI_DEFAULTS = dict(
|
|||
os.path.join(os.environ.get("XDG_CONFIG_HOME", "~/.config"),
|
||||
"letsencrypt", "cli.ini"),
|
||||
],
|
||||
verbose_count=-(logging.WARNING / 10),
|
||||
verbose_count=-(logging.INFO / 10),
|
||||
server="https://acme-v01.api.letsencrypt.org/directory",
|
||||
rsa_key_size=2048,
|
||||
rollback_checkpoints=1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue