gnu: services: Log debug messages to /var/log/debug.
* gnu/services/base.scm (%default-syslog.conf): Create a /var/log/debug with messages logged to syslog at debug level.
This commit is contained in:
parent
e0e6756fbd
commit
b6d8066d4d
@ -1220,6 +1220,9 @@ Service Switch}, for an example."
|
||||
# Don't log private authentication messages!
|
||||
*.info;mail.none;authpriv.none /var/log/messages
|
||||
|
||||
# Like /var/log/messages, but also including \"debug\"-level logs.
|
||||
*.debug;mail.none;authpriv.none /var/log/debug
|
||||
|
||||
# Same, in a different place.
|
||||
*.info;mail.none;authpriv.none /dev/tty12
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user