From 62b434e79e6d016872aebc571189a67815cf9086 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Thu, 4 Jan 2024 17:45:53 +0000 Subject: [PATCH 1/3] 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 8956741997..8cfe5def3b 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}} ``` From 7cc22e7a34d55a1a15c40484543226f608411af6 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Thu, 4 Jan 2024 17:48:14 +0000 Subject: [PATCH 2/3] changelog --- changelog.d/16778.doc | 1 + 1 file changed, 1 insertion(+) 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. From 52d525977692c0ecd1250df2d84fbf53de7a043a Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Thu, 4 Jan 2024 17:50:04 +0000 Subject: [PATCH 3/3] fix link --- docs/usage/configuration/logging_sample_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration/logging_sample_config.md b/docs/usage/configuration/logging_sample_config.md index 8cfe5def3b..23a55abdcc 100644 --- a/docs/usage/configuration/logging_sample_config.md +++ b/docs/usage/configuration/logging_sample_config.md @@ -12,7 +12,7 @@ the homeserver config when following the [installation instructions](../../setup 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). +see [Request log format](../administration/request_log.md). ```yaml {{#include ../../sample_log_config.yaml}}