3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

services: syslog: Don't write trivial error messages to /dev/console.

* gnu/services/base.scm (syslog-service): Change "*.err" to "*.alert".
This commit is contained in:
Ludovic Courtès 2014-07-16 22:40:14 +02:00
parent b63dbd44f0
commit 6a1912743a

View file

@ -290,7 +290,7 @@ the ``message of the day''."
# level notice or higher and anything of level err or
# higher to the console.
# Don't log private authentication messages!
*.err;auth.notice;authpriv.none /dev/console
*.alert;auth.notice;authpriv.none /dev/console
# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!