summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexlzhu <85530381+alexlzhu@users.noreply.github.com>2021-06-07 23:54:07 -0700
committerGitHub <noreply@github.com>2021-06-08 15:54:07 +0900
commit9f40351f77963efc304473830a431c424fd976b1 (patch)
treec6401bd7d405973d6362a23632d3270b0e6dac70
parent50b9fa01ed181e319e607588c5bb5c6ed69f55b8 (diff)
downloadsystemd-9f40351f77963efc304473830a431c424fd976b1.tar.gz
man: update docs on systemd-system.conf logging (LogTime=) (#19846)
Updating documentation for systemd to reflect that logging is done in the console.
-rw-r--r--man/common-variables.xml2
-rw-r--r--man/systemd.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/common-variables.xml b/man/common-variables.xml
index 29922aa85a..2f478cb453 100644
--- a/man/common-variables.xml
+++ b/man/common-variables.xml
@@ -35,7 +35,7 @@
<varlistentry id='log-time'>
<term><varname>$SYSTEMD_LOG_TIME</varname></term>
- <listitem><para id='log-time-body'>A boolean. If true, log messages will be prefixed with a
+ <listitem><para id='log-time-body'>A boolean. If true, console log messages will be prefixed with a
timestamp.</para>
<para>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 c60f220f31..5f1642ee9d 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -1184,7 +1184,7 @@
<varlistentry>
<term><option>--log-time=</option></term>
- <listitem><para>Prefix messages with timestamp. See <varname>systemd.log_time</varname> above.
+ <listitem><para>Prefix console messages with timestamp. See <varname>systemd.log_time</varname> above.
</para></listitem>
</varlistentry>