forked-synapse/changelog.d
Richard van der Hoff 8af8a9bce5
Dockerfile-workers: give the master its own log config (#12466)
When we run a worker-mode synapse under docker, everything gets logged to stdout. Currently, output from the workers is tacked with a worker name, for example:

```
2022-04-13 15:27:56,810 - worker:frontend_proxy1 - synapse.util.caches.lrucache - 154 - INFO - LruCache._expire_old_entries-0 - Dropped 0 items from caches
```

- note `worker:frontend_proxy1`. No such tag is applied to log lines from the master, which makes somewhat confusing reading.

To fix this, we generate a dedicated log config file for the master in the same way that we do for the workers, and use that.
2022-04-13 20:50:08 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
12213.bugfix Prevent a sync request from removing a user's busy presence status (#12213) 2022-04-13 16:21:07 +01:00
12319.bugfix Fix missing sync events during historical batch imports (#12319) 2022-04-13 11:38:35 +01:00
12340.doc docs: Don't render the table of contents on the print page (#12340) 2022-04-13 08:27:51 -07:00
12344.removal Disable groups/communities by default. (#12344) 2022-04-12 10:20:46 -04:00
12365.feature Process device list updates asynchronously (#12365) 2022-04-12 16:50:40 +01:00
12382.removal Remove references to unstable identifiers from MSC3440. (#12382) 2022-04-12 08:42:03 -04:00
12394.misc Resync state after partial-state join (#12394) 2022-04-12 13:23:43 +00:00
12395.misc Remove the unstable event field for /send_join per MSC3083. (#12395) 2022-04-12 11:27:45 -04:00
12425.misc Use poetry lockfile in twisted trunk CI job (#12425) 2022-04-13 11:26:53 +01:00
12434.misc Run lints under poetry in CI; remove lint tox jobs (#12434) 2022-04-12 17:35:48 +01:00
12438.misc Run "main" trial tests under poetry (#12438) 2022-04-12 17:41:21 +01:00
12441.misc Bump twisted version to the latest in lockfile (#12441) 2022-04-12 13:46:55 -07:00
12445.misc Rename Mutual Rooms unstable_features flag to match MSC (#12445) 2022-04-13 10:32:44 +01:00
12450.misc Fix typos in release script docs (#12450) 2022-04-12 15:12:57 +00:00
12454.misc Limit device_id size to 512B (#12454) 2022-04-13 10:04:01 -07:00
12466.misc Dockerfile-workers: give the master its own log config (#12466) 2022-04-13 20:50:08 +01:00