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:
Winston Smith
2017-08-10 16:51:19 -07:00
committed by Brad Warren
parent af322a6068
commit 16ed141301
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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: