chiark / gitweb /
udevd: respect the log-level set in /etc/udev/udev.conf
authorTom Gundersen <teg@jklm.no>
Thu, 8 Aug 2013 19:44:02 +0000 (21:44 +0200)
committerTom Gundersen <teg@jklm.no>
Thu, 8 Aug 2013 23:38:17 +0000 (01:38 +0200)
commit689a97f52383110bf0da049e8f6294993f4020dd
treeddc6fcde8c309adb51e6970e06d0e7d1ce92fe48
parent68eda4bd168306f51c90e5d22824c494d709289e
udevd: respect the log-level set in /etc/udev/udev.conf

A regression introduced when we moved to systemd's logging is that the only
way to adjust the log-level of the udev daemon is via the env var, kernel
commandline or the commandline.

This reintroduces support for specifying this in the configuration file.
src/udev/udevd.c