]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: update docs on systemd-system.conf logging (LogTime=) (#19846)
authoralexlzhu <85530381+alexlzhu@users.noreply.github.com>
Tue, 8 Jun 2021 06:54:07 +0000 (23:54 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Jun 2021 06:54:07 +0000 (15:54 +0900)
Updating documentation for systemd to reflect that logging is done in the console.

man/common-variables.xml
man/systemd.xml

index 29922aa85a65f0afb6e50a776b4ad8ac0288a9a8..2f478cb453452f7873d7e15669d8e34ee038ef4c 100644 (file)
@@ -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
index c60f220f31b95d4f1fea23db709d2d1a33472ef1..5f1642ee9de27fc78677f3b6bc0e92efa286e395 100644 (file)
         <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>