diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-01 14:36:29 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-01 14:39:47 -0400 |
commit | e03234a16047dc635d13f7118fc9fcf243744b51 (patch) | |
tree | 2dc8767c7b0969f39084fdb70af21abaecd26eb7 /man/udevadm.xml | |
parent | f47ad59316ddbfce0b24edac752222d300ed0da4 (diff) |
man: describe all log levels in udevadm(8)
https://bugs.freedesktop.org/show_bug.cgi?id=85657
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r-- | man/udevadm.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml index b85d9a9249..fd17f40be3 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -368,9 +368,14 @@ <term><option>-l</option></term> <term><option>--log-priority=<replaceable>value</replaceable></option></term> <listitem> - <para>Set the internal log level of systemd-udevd. Valid values are the numerical - syslog priorities or their textual representations: <option>err</option>, - <option>info</option> and <option>debug</option>.</para> + <para>Set the internal log level of + <filename>systemd-udevd</filename>. Valid values are the + numerical syslog priorities or their textual + representations: <option>emerg</option>, + <option>alert</option>, <option>crit</option>, + <option>err</option>, <option>warning</option>, + <option>notice</option>, <option>info</option>, and + <option>debug</option>.</para> </listitem> </varlistentry> <varlistentry> |