summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2024-01-10 13:34:55 +0000
committerGitHub <noreply@github.com>2024-01-10 13:34:55 +0000
commit13e3740f7043858815790d128cf8fb37fff37ce6 (patch)
tree89066e3052f27f846f408b81544959287570fd07 /docs
parentBump types-jsonschema from 4.20.0.0 to 4.20.0.20240105 (#16800) (diff)
downloadsynapse-13e3740f7043858815790d128cf8fb37fff37ce6.tar.xz
Add a link to the Request log format page from Logging Sample Config (#16778)
Diffstat (limited to 'docs')
-rw-r--r--docs/usage/configuration/logging_sample_config.md3
1 files changed, 3 insertions, 0 deletions
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}}
 ```