From 62b434e79e6d016872aebc571189a67815cf9086 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Thu, 4 Jan 2024 17:45:53 +0000 Subject: [PATCH] Add a link to the Request log format page from Logging Sample Config --- docs/usage/configuration/logging_sample_config.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/usage/configuration/logging_sample_config.md b/docs/usage/configuration/logging_sample_config.md index 89567419973..8cfe5def3bb 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 `.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). + ```yaml {{#include ../../sample_log_config.yaml}} ```