diff options
author | Erik Johnston <erik@matrix.org> | 2020-11-18 12:00:13 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-11-18 12:00:13 +0000 |
commit | 0285885babdbff2930dbb617a0ddb4aaabad53fb (patch) | |
tree | e18bcde0d7fddaa8db3a5e044bc990d9090ca194 /UPGRADE.rst | |
parent | Update changelog (diff) | |
download | synapse-0285885babdbff2930dbb617a0ddb4aaabad53fb.tar.xz |
Fix formatting in upgrades
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 960c2aeb2b..7c19cf2a70 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -87,7 +87,7 @@ then it should be modified based on the `structured logging documentation <https://github.com/matrix-org/synapse/blob/master/docs/structured_logging.md>`_. The ``structured`` and ``drains`` logging options are now deprecated and should -be replaced by standard logging configuration of ``handlers`` and ``formatters`. +be replaced by standard logging configuration of ``handlers`` and ``formatters``. A future will release of Synapse will make using ``structured: true`` an error. |