Update doc to reflect that logs go to stderr

Closes #2855

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
This commit is contained in:
James Hewitt 2022-11-03 16:37:00 +00:00
parent ebfa2a0ac0
commit 6dbb55ada5
No known key found for this signature in database
GPG Key ID: EA6C3C654B6193E4
1 changed files with 1 additions and 1 deletions

View File

@ -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