mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 3 additions and 0 deletions
|
@ -1220,6 +1220,9 @@ (define %default-syslog.conf
|
|||
# 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 a new issue