minix/etc/syslog.conf
David van Moolenbroek 3e07920fe2 Import NetBSD syslogd(8)
The primary reason for the import is a likely GPL taint of the
original MINIX3 syslogd.  As a result, this import may still
have some rough edges.

Change-Id: I5c8d26eca10fc2dd50ecc9eab44a1d483cf068a9
2015-07-26 11:57:04 +00:00

21 lines
475 B
Plaintext

##
## @(#)syslog.conf 1.0 Jan. 18, 2000
##
## Use kill -HUP `cat /var/run/syslogd.pid` to restart
## the server, forcing it to reread this file.
## Emergency messages (system may be unusable)
*.emerg *
*.alert /dev/log
## High severity errors
*.alert /var/log/syslog
## Every other message (errors/warning and informational)
*.info;mark.info /var/log/messages
## Debug informations (tracing programs)
#*.debug /var/log/debug
## end syslog.conf