From 9f40351f77963efc304473830a431c424fd976b1 Mon Sep 17 00:00:00 2001 From: alexlzhu <85530381+alexlzhu@users.noreply.github.com> Date: Mon, 7 Jun 2021 23:54:07 -0700 Subject: [PATCH] man: update docs on systemd-system.conf logging (LogTime=) (#19846) Updating documentation for systemd to reflect that logging is done in the console. --- man/common-variables.xml | 2 +- man/systemd.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/common-variables.xml b/man/common-variables.xml index 29922aa85a6..2f478cb4534 100644 --- a/man/common-variables.xml +++ b/man/common-variables.xml @@ -35,7 +35,7 @@ $SYSTEMD_LOG_TIME - A boolean. If true, log messages will be prefixed with a + A boolean. If true, console log messages will be prefixed with a timestamp. This setting is only useful when messages are written directly to the terminal or a file, because diff --git a/man/systemd.xml b/man/systemd.xml index c60f220f31b..5f1642ee9de 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -1184,7 +1184,7 @@ - Prefix messages with timestamp. See systemd.log_time above. + Prefix console messages with timestamp. See systemd.log_time above. -- 2.47.3