summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-06-21 11:41:25 +0100
committerGitHub <noreply@github.com>2021-06-21 11:41:25 +0100
commit107c06081f46b0cda2128265bdae5f4280b1645f (patch)
treee588bdeb842beba539ccc902ae1b128f0d2f420f /changelog.d
parentDeploy a documentation version for each new Synapse release (#10198) (diff)
downloadsynapse-107c06081f46b0cda2128265bdae5f4280b1645f.tar.xz
Ensure that errors during startup are written to the logs and the console. (#10191)
* Defer stdio redirection until we are about to start the reactor

* Catch and handle exceptions during startup
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10191.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10191.feature b/changelog.d/10191.feature
new file mode 100644
index 0000000000..40f306c421
--- /dev/null
+++ b/changelog.d/10191.feature
@@ -0,0 +1 @@
+Ensure that errors during startup are written to the logs and the console.