summary refs log tree commit diff
path: root/latest/structured_logging.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-08-30 11:42:28 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-08-30 11:42:28 +0000
commiteb4fbb70fd44baff8c767775f8412d040511fb34 (patch)
treee3238ee9f7c1dd0bbc055f8795a776bded975acc /latest/structured_logging.html
parentdeploy: 5c9402b9fdaad3141b0a9d05614535705a14e65d (diff)
downloadsynapse-eb4fbb70fd44baff8c767775f8412d040511fb34.tar.xz
deploy: 8c56e18e4786a28bedbafb1a73fd1abc8806933f
Diffstat (limited to 'latest/structured_logging.html')
-rw-r--r--latest/structured_logging.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/latest/structured_logging.html b/latest/structured_logging.html

index f99bd4f1ec..90b0dad33f 100644 --- a/latest/structured_logging.html +++ b/latest/structured_logging.html
@@ -150,7 +150,7 @@ <p>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 &quot;ELK stack&quot;.</p> +such as the <a href="https://opensource.com/article/18/9/open-source-log-aggregation-tools">ELK stack</a>.</p> <p>Synapse's structured logging system is configured via the file that Synapse's <code>log_config</code> config option points to. The file should include a formatter which uses the <code>synapse.logging.TerseJsonFormatter</code> class included with Synapse and a