mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Change log level from error to warning when no server names are provided in letsencrypt plugin's jobs
This commit is contained in:
parent
1052e1564a
commit
68d2c78ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ try:
|
|||
servers = servers.split(" ")
|
||||
|
||||
if not servers:
|
||||
LOGGER.error("There are no server names, skipping generation...")
|
||||
LOGGER.warning("There are no server names, skipping generation...")
|
||||
sys_exit(0)
|
||||
|
||||
use_letsencrypt = False
|
||||
|
|
|
|||
Loading…
Reference in a new issue