]> git.ipfire.org Git - thirdparty/util-linux.git/commit
logger: messages are logged with kern.* priority by default
authorRainer Gerhards <rgerhards@adiscon.com>
Thu, 5 Mar 2015 15:44:03 +0000 (16:44 +0100)
committerRainer Gerhards <rgerhards@adiscon.com>
Thu, 5 Mar 2015 15:44:03 +0000 (16:44 +0100)
commitd0b6c4bf8d327cb9ce0dcaaae3fac1bf7c1d32a7
tree8ae72421deded269cf1589c2dddd7abaa2ce5d53
parentb9dedd3d34cb6d340c7dc229b598d4580c704c8c
logger: messages are logged with kern.* priority by default

The default should be user.notice and kern.* should never be used
(syslog(3) forbids this).

This is a severe regression, as messages are now logged to the wrong
bin or not at all. So they get lost and may confuse readers of the
kernel bin.

regression from 2.25.2 to 2.26
misc-utils/logger.c