From e8079a815ad5e1b4bb648ff760e352647394c926 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 9 Jun 2021 17:47:37 -0700 Subject: [PATCH] Use verbose=3 in sample dev cli.ini now that count is allowed in config files --- certbot/examples/dev-cli.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/certbot/examples/dev-cli.ini b/certbot/examples/dev-cli.ini index a405a0aef..71061e28d 100644 --- a/certbot/examples/dev-cli.ini +++ b/certbot/examples/dev-cli.ini @@ -13,8 +13,6 @@ domains = example.com text = True agree-tos = True debug = True -# Unfortunately, it's not possible to specify "verbose" multiple times -# (correspondingly to -vvvvvv) -verbose = True +verbose = 3 authenticator = standalone