From fcfe6585886042488088863797e4dccaf851173a Mon Sep 17 00:00:00 2001 From: clokep Date: Thu, 17 Feb 2022 13:32:50 +0000 Subject: deploy: e69f8f0a8e3b3f3b647efc42fe67b6b9270d26e0 --- develop/print.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'develop/print.html') diff --git a/develop/print.html b/develop/print.html index 4f77128eaf..a26c70db23 100644 --- a/develop/print.html +++ b/develop/print.html @@ -1638,6 +1638,12 @@ 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.

Upgrading to v1.53.0

Dropping support for webclient listeners and non-HTTP(S) web_client_location

Per the deprecation notice in Synapse v1.51.0, listeners of type webclient @@ -5805,13 +5811,11 @@ loggers: with the SQL layer at 'WARNING', and will log JSON formatted messages to a remote endpoint at 10.1.2.3:9999.

Upgrading from legacy structured logging configuration

-

Versions of Synapse prior to v1.23.0 included a custom structured logging -configuration which is deprecated. It used a structured: true flag and -configured drains instead of handlers and formatters.

-

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 -type, we can pick a new handler:

+

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.

+

The following reference can be used to update your configuration. Based on the +drain type, we can pick a new handler:

  1. For a type of console, console_json, or console_json_terse: a handler with a class of logging.StreamHandler and a stream of ext://sys.stdout -- cgit 1.5.1