From: alexlzhu <85530381+alexlzhu@users.noreply.github.com> Date: Tue, 8 Jun 2021 06:54:07 +0000 (-0700) Subject: man: update docs on systemd-system.conf logging (LogTime=) (#19846) X-Git-Tag: v249-rc1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f40351f77963efc304473830a431c424fd976b1;p=thirdparty%2Fsystemd.git man: update docs on systemd-system.conf logging (LogTime=) (#19846) Updating documentation for systemd to reflect that logging is done in the console. --- 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.