diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-02-17 08:32:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 13:32:18 +0000 |
commit | e69f8f0a8e3b3f3b647efc42fe67b6b9270d26e0 (patch) | |
tree | 38e4e9022feb5393fd614291504bb0da6c65780c /docs/upgrade.md | |
parent | `send_join` response: get create event from `state`, not `auth_chain` (#12005) (diff) | |
download | synapse-e69f8f0a8e3b3f3b647efc42fe67b6b9270d26e0.tar.xz |
Remove support for the legacy structured logging configuration. (#12008)
Diffstat (limited to 'docs/upgrade.md')
-rw-r--r-- | docs/upgrade.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index 477d7d0e81..9860ae97b9 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -85,6 +85,15 @@ process, for example: dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb ``` +# Upgrading to v1.54.0 + +## Legacy structured logging configuration removal + +This release removes support for the `structured: true` logging configuration +which was deprecated in Synapse v1.23.0. If your logging configuration contains +`structured: true` then it should be modified based on the +[structured logging documentation](structured_logging.md). + # Upgrading to v1.53.0 ## Dropping support for `webclient` listeners and non-HTTP(S) `web_client_location` |