diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-04-06 13:41:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 13:41:14 -0400 |
commit | 6902e9ff2bee4b6e0c2424b88bdac607a2e6b440 (patch) | |
tree | 81d29edb8dbad8279aee3025deb7c2117ccb3dfb /docs/upgrade.md | |
parent | Remove support for the unstable identifier from MSC3288. (#12398) (diff) | |
download | synapse-6902e9ff2bee4b6e0c2424b88bdac607a2e6b440.tar.xz |
Remove docs for converting a legacy structured logging config. (#12392)
And update the upgrade notes to point at old versions of the documentation.
Diffstat (limited to 'docs/upgrade.md')
-rw-r--r-- | docs/upgrade.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index de3444930e..f0c0a3998d 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -160,7 +160,7 @@ please upgrade Mjolnir to version 1.3.2 or later before upgrading Synapse. 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). +[structured logging documentation](https://matrix-org.github.io/synapse/v1.56/structured_logging.html#upgrading-from-legacy-structured-logging-configuration). # Upgrading to v1.53.0 @@ -777,7 +777,7 @@ lock down external access to the Admin API endpoints. This release deprecates use of the `structured: true` logging configuration for structured logging. If your logging configuration contains `structured: true` then it should be modified based on the -[structured logging documentation](structured_logging.md). +[structured logging documentation](https://matrix-org.github.io/synapse/v1.56/structured_logging.html#upgrading-from-legacy-structured-logging-configuration). The `structured` and `drains` logging options are now deprecated and should be replaced by standard logging configuration of `handlers` and |