aboutsummaryrefslogtreecommitdiffstats
path: root/etc/udev/udev.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'etc/udev/udev.conf.in')
-rw-r--r--etc/udev/udev.conf.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/udev/udev.conf.in b/etc/udev/udev.conf.in
index efdb1d18..c44ed309 100644
--- a/etc/udev/udev.conf.in
+++ b/etc/udev/udev.conf.in
@@ -9,6 +9,8 @@ udev_db="@udevdir@/.udevdb"
# The name and location of the udev rules file(s).
udev_rules="@configdir@/rules.d"
-# The syslog(3) priority: "err", "info", or the numerical value.
+# The initial syslog(3) priority: "err", "info", "debug" or its
+# numerical equivalent. For runtime debugging, change the daemons
+# internal state with: "udevcontrol log_priority=<value>".
udev_log="err"