summary refs log tree commit diff
path: root/develop/structured_logging.html
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2023-08-16 13:09:45 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2023-08-16 13:09:45 +0000
commit5696d455444627f7794e88adb395ea91cc577886 (patch)
tree3b20b68d7c04af86bac80f819c45773be3fddd74 /develop/structured_logging.html
parentdeploy: 29638220ab31aea16cd3da073025e9cb734628d5 (diff)
downloadsynapse-5696d455444627f7794e88adb395ea91cc577886.tar.xz
deploy: 4513b36a75746da61b5b85a99a1527d4c7f12401
Diffstat (limited to '')
-rw-r--r--develop/structured_logging.html2
1 files changed, 1 insertions, 1 deletions
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 @@
 <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