From 13e3740f7043858815790d128cf8fb37fff37ce6 Mon Sep 17 00:00:00 2001
From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Date: Wed, 10 Jan 2024 13:34:55 +0000
Subject: [PATCH] Add a link to the Request log format page from Logging Sample
 Config (#16778)

---
 changelog.d/16778.doc                             | 1 +
 docs/usage/configuration/logging_sample_config.md | 3 +++
 2 files changed, 4 insertions(+)
 create mode 100644 changelog.d/16778.doc

diff --git a/changelog.d/16778.doc b/changelog.d/16778.doc
new file mode 100644
index 0000000000..fe3ca0da7e
--- /dev/null
+++ b/changelog.d/16778.doc
@@ -0,0 +1 @@
+Add a link to the "Request log format" explainer on the "Logging sample config" documentation page.
diff --git a/docs/usage/configuration/logging_sample_config.md b/docs/usage/configuration/logging_sample_config.md
index 8956741997..23a55abdcc 100644
--- a/docs/usage/configuration/logging_sample_config.md
+++ b/docs/usage/configuration/logging_sample_config.md
@@ -11,6 +11,9 @@ Note that a default logging configuration (shown below) is created automatically
 the homeserver config when following the [installation instructions](../../setup/installation.md).
 It should be named `<SERVERNAME>.log.config` by default.
 
+Hint: If you're looking for a guide on what each of the fields in the "Processed request" log lines mean,
+see [Request log format](../administration/request_log.md).
+
 ```yaml
 {{#include ../../sample_log_config.yaml}}
 ```
-- 
GitLab