summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorrealtyem <realtyem@gmail.com>2022-10-18 06:56:20 -0500
committerGitHub <noreply@github.com>2022-10-18 11:56:20 +0000
commit6c5082f3e08d1748d35eb709f6f5a9f30f17b8ff (patch)
treead9d81755f177b80beb3ba019eb2c0333b6aa86f /changelog.d
parentWhen restarting a partial join resync, prioritise the server which actioned a... (diff)
downloadsynapse-6c5082f3e08d1748d35eb709f6f5a9f30f17b8ff.tar.xz
Flush stdout/err in Dockerfile-workers before replacing the current process (#14195)
Also update `subprocess.check_output` to the slightly newer `subprocess.run`.

Signed-off-by: Jason Little <realtyem@gmail.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14195.docker1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14195.docker b/changelog.d/14195.docker
new file mode 100644
index 0000000000..d755a79599
--- /dev/null
+++ b/changelog.d/14195.docker
@@ -0,0 +1 @@
+Fix pre-startup logging being lost when using the `Dockerfile-workers` image.