mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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:
parent
b63dbd44f0
commit
6a1912743a
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ (define contents "
|
||||||
# level notice or higher and anything of level err or
|
# level notice or higher and anything of level err or
|
||||||
# higher to the console.
|
# higher to the console.
|
||||||
# Don't log private authentication messages!
|
# 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.
|
# Log anything (except mail) of level info or higher.
|
||||||
# Don't log private authentication messages!
|
# Don't log private authentication messages!
|
||||||
|
|
Loading…
Reference in a new issue