Skip to content
Snippets Groups Projects
Commit 6a191274 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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

* gnu/services/base.scm (syslog-service): Change "*.err" to "*.alert".
parent b63dbd44
No related branches found
No related tags found
No related merge requests found
......@@ -290,7 +290,7 @@ (define contents "
# 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!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment