|
10 | 10 | <varlistentry id='log-level'> |
11 | 11 | <term><varname>$SYSTEMD_LOG_LEVEL</varname></term> |
12 | 12 |
|
13 | | - <listitem><para>The maximum log level of emitted messages (messages with a higher log level, i.e. less |
14 | | - important ones, will be suppressed). Either one of (in order of decreasing importance) |
15 | | - <constant>emerg</constant>, <constant>alert</constant>, <constant>crit</constant>, |
| 13 | + <listitem><para id='log-level-body'>The maximum log level of emitted messages (messages with a higher |
| 14 | + log level, i.e. less important ones, will be suppressed). Either one of (in order of decreasing |
| 15 | + importance) <constant>emerg</constant>, <constant>alert</constant>, <constant>crit</constant>, |
16 | 16 | <constant>err</constant>, <constant>warning</constant>, <constant>notice</constant>, |
17 | 17 | <constant>info</constant>, <constant>debug</constant>, or an integer in the range 0…7. See |
18 | 18 | <citerefentry project='man-pages'><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry> |
|
23 | 23 | <varlistentry id='log-color'> |
24 | 24 | <term><varname>$SYSTEMD_LOG_COLOR</varname></term> |
25 | 25 |
|
26 | | - <listitem><para>A boolean. If true, messages written to the tty will be colored according to |
27 | | - priority.</para> |
| 26 | + <listitem><para id='log-color-body'>A boolean. If true, messages written to the tty will be colored |
| 27 | + according to priority.</para> |
28 | 28 |
|
29 | 29 | <para>This setting is only useful when messages are written directly to the terminal, because |
30 | 30 | <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> and |
|
35 | 35 | <varlistentry id='log-time'> |
36 | 36 | <term><varname>$SYSTEMD_LOG_TIME</varname></term> |
37 | 37 |
|
38 | | - <listitem><para>A boolean. If true, log messages will be prefixed with a timestamp.</para> |
| 38 | + <listitem><para id='log-time-body'>A boolean. If true, log messages will be prefixed with a |
| 39 | + timestamp.</para> |
39 | 40 |
|
40 | 41 | <para>This setting is only useful when messages are written directly to the terminal or a file, because |
41 | 42 | <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> and |
|
46 | 47 | <varlistentry id='log-location'> |
47 | 48 | <term><varname>$SYSTEMD_LOG_LOCATION</varname></term> |
48 | 49 |
|
49 | | - <listitem><para>A boolean. If true, messages will be prefixed with a filename and line number |
50 | | - in the source code where the message originates.</para> |
| 50 | + <listitem><para id='log-location-body'>A boolean. If true, messages will be prefixed with a filename |
| 51 | + and line number in the source code where the message originates.</para> |
51 | 52 |
|
52 | 53 | <para>Note that the log location is often attached as metadata to journal entries anyway. Including it |
53 | 54 | directly in the message text can nevertheless be convenient when debugging programs.</para> |
|
57 | 58 | <varlistentry id='log-tid'> |
58 | 59 | <term><varname>$SYSTEMD_LOG_TID</varname></term> |
59 | 60 |
|
60 | | - <listitem><para>A boolean. If true, messages will be prefixed with the current numerical thread ID |
61 | | - (TID).</para> |
| 61 | + <listitem><para id='log-tid-body'>A boolean. If true, messages will be prefixed with the current |
| 62 | + numerical thread ID (TID).</para> |
62 | 63 |
|
63 | 64 | <para>Note that the this information is attached as metadata to journal entries anyway. Including it |
64 | 65 | directly in the message text can nevertheless be convenient when debugging programs.</para> |
|
68 | 69 | <varlistentry id='log-target'> |
69 | 70 | <term><varname>$SYSTEMD_LOG_TARGET</varname></term> |
70 | 71 |
|
71 | | - <listitem><para>The destination for log messages. One of <constant>console</constant> (log to the |
72 | | - attached tty), <constant>console-prefixed</constant> (log to the attached tty but with prefixes |
73 | | - encoding the log level and "facility", see <citerefentry |
| 72 | + <listitem><para id='log-target-body'>The destination for log messages. One of |
| 73 | + <constant>console</constant> (log to the attached tty), <constant>console-prefixed</constant> (log to |
| 74 | + the attached tty but with prefixes encoding the log level and "facility", see <citerefentry |
74 | 75 | project='man-pages'><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry>, |
75 | 76 | <constant>kmsg</constant> (log to the kernel circular log buffer), <constant>journal</constant> (log to |
76 | 77 | the journal), <constant>journal-or-kmsg</constant> (log to the journal if available, and to kmsg |
|
0 commit comments