From 6dbb55ada56acc5e8a0f1a4fdb00b63550670e72 Mon Sep 17 00:00:00 2001 From: James Hewitt Date: Thu, 3 Nov 2022 16:37:00 +0000 Subject: [PATCH] Update doc to reflect that logs go to stderr Closes #2855 Signed-off-by: James Hewitt --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 737f1cb88..2c192e286 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -330,7 +330,7 @@ check before parsing the remainder of the configuration file. ## `log` The `log` subsection configures the behavior of the logging system. The logging -system outputs everything to stdout. You can adjust the granularity and format +system outputs everything to stderr. You can adjust the granularity and format with this configuration section. ```none