xref: /minix/etc/syslog.conf (revision 0a6a1f1d)
1##
2##  @(#)syslog.conf	1.0	Jan. 18, 2000
3##
4##  Use kill -HUP `cat /var/run/syslogd.pid` to restart
5##  the server, forcing it to reread this file.
6
7##  Emergency messages (system may be unusable)
8*.emerg					*
9*.alert					/dev/log
10
11##  High severity errors
12*.alert					/var/log/syslog
13
14##  Every other message (errors/warning and informational)
15*.info;mark.info			/var/log/messages
16
17##  Debug informations (tracing programs)
18#*.debug					/var/log/debug
19
20##  end syslog.conf
21