summary refs log tree commit diff
path: root/docker/prefix-log (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Multi-worker-docker-container: disable log buffering (#16919)Richard van der Hoff2024-03-131-2/+5
| | | | | | | | | | | Background: we have a `matrixdotorg/synapse-workers` docker image, which is intended for running multiple workers within the same container. That image includes a `prefix-log` script which, for each line printed to stdout or stderr by one of the processes, prepends the name of the process. This commit disables buffering in that script, so that lines are logged quickly after they are printed. This makes it much easier to understand the output, since they then come out in a natural order.
* Use supervisord to supervise Postgres and Caddy in the Complement image. ↵reivilibre2022-04-271-0/+12
(#12480) Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>