mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 03:44:52 -04:00
Fix errors in acme provisioning (#4648)
* Better logging for errors on startup * Fix "TypeError: '>' not supported" when starting without an existing certificate * Fix a bug where an existing certificate would be reprovisoned every day
This commit is contained in:
parent
06cd757ae7
commit
f311018823
3 changed files with 17 additions and 6 deletions
|
@ -242,3 +242,5 @@ def setup_logging(config, use_worker_options=False):
|
|||
[_log],
|
||||
redirectStandardIO=not config.no_redirect_stdio,
|
||||
)
|
||||
if not config.no_redirect_stdio:
|
||||
print("Redirected stdout/stderr to logs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue