blob: e2cf2d5bb14d437dc97a78aff5442bd5ad4bc187 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
##
## @(#)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
|