add loglevel to plugin config
This commit is contained in:
parent
f4d4d6c29c
commit
5e73dfb67c
@ -40,3 +40,4 @@ certbot_core_networks_api_host: https://beta.api.core-networks.de/
|
|||||||
certbot_core_networks_api_user: myuser
|
certbot_core_networks_api_user: myuser
|
||||||
certbot_core_networks_api_password: secure
|
certbot_core_networks_api_password: secure
|
||||||
certbot_core_networks_dns_zone: mydomain.com
|
certbot_core_networks_dns_zone: mydomain.com
|
||||||
|
certbot_core_networks_log_level: error
|
||||||
|
@ -8,3 +8,6 @@ PASSWORD = {{ certbot_core_networks_api_password }}
|
|||||||
|
|
||||||
[DNS]
|
[DNS]
|
||||||
ZONE = {{ certbot_core_networks_dns_zone }}
|
ZONE = {{ certbot_core_networks_dns_zone }}
|
||||||
|
|
||||||
|
[LOG]
|
||||||
|
LEVEL = {{ certbot_core_networks_log_level }}
|
||||||
|
Loading…
Reference in New Issue
Block a user