diff options
author | Alexander Krabler <code@a.krabler.eu> | 2023-06-27 18:45:33 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-06-29 10:10:09 +0200 |
commit | 9d5c20657af7b9fa6dc9e35abd28c1b63ddef75a (patch) | |
tree | 7c379d58b79db5b1c60372adfb70f006d4f64f53 /man/journalctl.xml | |
parent | battery-check: several follow-ups (diff) | |
download | systemd-9d5c20657af7b9fa6dc9e35abd28c1b63ddef75a.tar.xz systemd-9d5c20657af7b9fa6dc9e35abd28c1b63ddef75a.zip |
man: Extend journalctl color information
Add sentence about colored warning messages in journalctl.
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index d52f0e15c5..671336e150 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -92,8 +92,8 @@ disabled; see the <option>--no-pager</option> option and the "Environment" section below.</para> <para>When outputting to a tty, lines are colored according to priority: lines of level ERROR and higher - are colored red; lines of level NOTICE and higher are highlighted; lines of level DEBUG are colored - lighter grey; other lines are displayed normally.</para> + are colored red; lines of level WARNING are colored yellow; lines of level NOTICE are highlighted; + lines of level INFO are displayed normally; lines of level DEBUG are colored grey.</para> <para>To write entries <emphasis>to</emphasis> the journal, a few methods may be used. In general, output from systemd units is automatically connected to the journal, see |