mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:11:55 +02:00
Include plugin selection at the info logging level (#5010)
* Plugin selection on INFO * Fixed lint errors * Fixed lint errors * record_chosen_plugin log plugin
This commit is contained in:
committed by
Brad Warren
parent
af322a6068
commit
16ed141301
@@ -645,6 +645,7 @@ def renew_cert(config, plugins, lineage):
|
||||
except errors.PluginSelectionError as e:
|
||||
logger.info("Could not choose appropriate plugin: %s", e)
|
||||
raise
|
||||
|
||||
le_client = _init_le_client(config, auth, installer)
|
||||
|
||||
_get_and_save_cert(le_client, config, lineage=lineage)
|
||||
@@ -673,6 +674,7 @@ def certonly(config, plugins):
|
||||
except errors.PluginSelectionError as e:
|
||||
logger.info("Could not choose appropriate plugin: %s", e)
|
||||
raise
|
||||
|
||||
le_client = _init_le_client(config, auth, installer)
|
||||
|
||||
if config.csr:
|
||||
|
||||
Reference in New Issue
Block a user