summary refs log tree commit diff
path: root/develop/structured_logging.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2022-02-17 13:32:50 +0000
committerclokep <clokep@users.noreply.github.com>2022-02-17 13:32:50 +0000
commitfcfe6585886042488088863797e4dccaf851173a (patch)
treea571499d5568e61e696af2085b16e3bf3ef96228 /develop/structured_logging.html
parentdeploy: 73fc4887834b33afaf23ff48a68772f8ef9b924c (diff)
downloadsynapse-fcfe6585886042488088863797e4dccaf851173a.tar.xz
deploy: e69f8f0a8e3b3f3b647efc42fe67b6b9270d26e0
Diffstat (limited to 'develop/structured_logging.html')
-rw-r--r--develop/structured_logging.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/develop/structured_logging.html b/develop/structured_logging.html
index 6d442a077f..4fbc0c093d 100644
--- a/develop/structured_logging.html
+++ b/develop/structured_logging.html
@@ -252,13 +252,11 @@ loggers:
 with the SQL layer at 'WARNING', and will log JSON formatted messages to a
 remote endpoint at 10.1.2.3:9999.</p>
 <h2 id="upgrading-from-legacy-structured-logging-configuration"><a class="header" href="#upgrading-from-legacy-structured-logging-configuration">Upgrading from legacy structured logging configuration</a></h2>
-<p>Versions of Synapse prior to v1.23.0 included a custom structured logging
-configuration which is deprecated. It used a <code>structured: true</code> flag and
-configured <code>drains</code> instead of <code>handlers</code> and <code>formatters</code>.</p>
-<p>Synapse currently automatically converts the old configuration to the new
-configuration, but this will be removed in a future version of Synapse. The
-following reference can be used to update your configuration. Based on the drain
-<code>type</code>, we can pick a new handler:</p>
+<p>Versions of Synapse prior to v1.54.0 automatically converted the legacy
+structured logging configuration, which was deprecated in v1.23.0, to the standard
+library logging configuration.</p>
+<p>The following reference can be used to update your configuration. Based on the
+drain <code>type</code>, we can pick a new handler:</p>
 <ol>
 <li>For a type of <code>console</code>, <code>console_json</code>, or <code>console_json_terse</code>: a handler
 with a class of <code>logging.StreamHandler</code> and a <code>stream</code> of <code>ext://sys.stdout</code>