From 5696d455444627f7794e88adb395ea91cc577886 Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Wed, 16 Aug 2023 13:09:45 +0000 Subject: deploy: 4513b36a75746da61b5b85a99a1527d4c7f12401 --- develop/structured_logging.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'develop/structured_logging.html') diff --git a/develop/structured_logging.html b/develop/structured_logging.html index f99bd4f1ec..90b0dad33f 100644 --- a/develop/structured_logging.html +++ b/develop/structured_logging.html @@ -150,7 +150,7 @@

A structured logging system can be useful when your logs are destined for a machine to parse and process. By maintaining its machine-readable characteristics, it enables more efficient searching and aggregations when consumed by software -such as the "ELK stack".

+such as the ELK stack.

Synapse's structured logging system is configured via the file that Synapse's log_config config option points to. The file should include a formatter which uses the synapse.logging.TerseJsonFormatter class included with Synapse and a -- cgit 1.5.1