mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-02 09:47:03 +03:00
man: sort log parameters in alphabetical order
This only sorts the --log-* params in order in the man page docs; no text is added or removed or modified.
This commit is contained in:
parent
d900701eea
commit
3d5f01383d
@ -63,10 +63,10 @@
|
|||||||
<variablelist class='config-directives'>
|
<variablelist class='config-directives'>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>LogLevel=</varname></term>
|
|
||||||
<term><varname>LogTarget=</varname></term>
|
|
||||||
<term><varname>LogColor=</varname></term>
|
<term><varname>LogColor=</varname></term>
|
||||||
|
<term><varname>LogLevel=</varname></term>
|
||||||
<term><varname>LogLocation=</varname></term>
|
<term><varname>LogLocation=</varname></term>
|
||||||
|
<term><varname>LogTarget=</varname></term>
|
||||||
<term><varname>DumpCore=yes</varname></term>
|
<term><varname>DumpCore=yes</varname></term>
|
||||||
<term><varname>CrashChangeVT=no</varname></term>
|
<term><varname>CrashChangeVT=no</varname></term>
|
||||||
<term><varname>CrashShell=no</varname></term>
|
<term><varname>CrashShell=no</varname></term>
|
||||||
|
@ -606,20 +606,6 @@
|
|||||||
<title>Environment</title>
|
<title>Environment</title>
|
||||||
|
|
||||||
<variablelist class='environment-variables'>
|
<variablelist class='environment-variables'>
|
||||||
<varlistentry>
|
|
||||||
<term><varname>$SYSTEMD_LOG_LEVEL</varname></term>
|
|
||||||
<listitem><para>systemd reads the log level from this
|
|
||||||
environment variable. This can be overridden with
|
|
||||||
<option>--log-level=</option>.</para></listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><varname>$SYSTEMD_LOG_TARGET</varname></term>
|
|
||||||
<listitem><para>systemd reads the log target from this
|
|
||||||
environment variable. This can be overridden with
|
|
||||||
<option>--log-target=</option>.</para></listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>$SYSTEMD_LOG_COLOR</varname></term>
|
<term><varname>$SYSTEMD_LOG_COLOR</varname></term>
|
||||||
<listitem><para>Controls whether systemd highlights important
|
<listitem><para>Controls whether systemd highlights important
|
||||||
@ -627,6 +613,13 @@
|
|||||||
<option>--log-color=</option>.</para></listitem>
|
<option>--log-color=</option>.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><varname>$SYSTEMD_LOG_LEVEL</varname></term>
|
||||||
|
<listitem><para>systemd reads the log level from this
|
||||||
|
environment variable. This can be overridden with
|
||||||
|
<option>--log-level=</option>.</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>$SYSTEMD_LOG_LOCATION</varname></term>
|
<term><varname>$SYSTEMD_LOG_LOCATION</varname></term>
|
||||||
<listitem><para>Controls whether systemd prints the code
|
<listitem><para>Controls whether systemd prints the code
|
||||||
@ -634,6 +627,13 @@
|
|||||||
<option>--log-location=</option>.</para></listitem>
|
<option>--log-location=</option>.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><varname>$SYSTEMD_LOG_TARGET</varname></term>
|
||||||
|
<listitem><para>systemd reads the log target from this
|
||||||
|
environment variable. This can be overridden with
|
||||||
|
<option>--log-target=</option>.</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>$XDG_CONFIG_HOME</varname></term>
|
<term><varname>$XDG_CONFIG_HOME</varname></term>
|
||||||
<term><varname>$XDG_CONFIG_DIRS</varname></term>
|
<term><varname>$XDG_CONFIG_DIRS</varname></term>
|
||||||
@ -822,16 +822,16 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>systemd.log_target=</varname></term>
|
<term><varname>systemd.log_color</varname></term>
|
||||||
<term><varname>systemd.log_level=</varname></term>
|
<term><varname>systemd.log_level=</varname></term>
|
||||||
<term><varname>systemd.log_location=</varname></term>
|
<term><varname>systemd.log_location=</varname></term>
|
||||||
<term><varname>systemd.log_color</varname></term>
|
<term><varname>systemd.log_target=</varname></term>
|
||||||
|
|
||||||
<listitem><para>Controls log output, with the same effect as the
|
<listitem><para>Controls log output, with the same effect as the
|
||||||
<varname>$SYSTEMD_LOG_TARGET</varname>,
|
<varname>$SYSTEMD_LOG_COLOR</varname>,
|
||||||
<varname>$SYSTEMD_LOG_LEVEL</varname>,
|
<varname>$SYSTEMD_LOG_LEVEL</varname>,
|
||||||
<varname>$SYSTEMD_LOG_LOCATION</varname>,
|
<varname>$SYSTEMD_LOG_LOCATION</varname>,
|
||||||
<varname>$SYSTEMD_LOG_COLOR</varname> environment variables described above.
|
<varname>$SYSTEMD_LOG_TARGET</varname>, environment variables described above.
|
||||||
<varname>systemd.log_color</varname> can be specified without an argument,
|
<varname>systemd.log_color</varname> can be specified without an argument,
|
||||||
with the same effect as a positive boolean.</para></listitem>
|
with the same effect as a positive boolean.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -1128,9 +1128,10 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--log-target=</option></term>
|
<term><option>--log-color</option></term>
|
||||||
|
|
||||||
<listitem><para>Set log target. See <varname>systemd.log_target</varname> above.</para></listitem>
|
<listitem><para>Highlight important log messages. See <varname>systemd.log_color</varname> above.
|
||||||
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -1139,13 +1140,6 @@
|
|||||||
<listitem><para>Set log level. See <varname>systemd.log_level</varname> above.</para></listitem>
|
<listitem><para>Set log level. See <varname>systemd.log_level</varname> above.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><option>--log-color</option></term>
|
|
||||||
|
|
||||||
<listitem><para>Highlight important log messages. See <varname>systemd.log_color</varname> above.
|
|
||||||
</para></listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--log-location</option></term>
|
<term><option>--log-location</option></term>
|
||||||
|
|
||||||
@ -1153,6 +1147,12 @@
|
|||||||
above.</para></listitem>
|
above.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--log-target=</option></term>
|
||||||
|
|
||||||
|
<listitem><para>Set log target. See <varname>systemd.log_target</varname> above.</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--machine-id=</option></term>
|
<term><option>--machine-id=</option></term>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user