first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / database / configuration / logging / syslog.conf
1 # Log all kernel messages to the console.
2 # Logging much else clutters up the screen.
3 kern.*                                                  /dev/console
4 kern.*                                                  /var/log/kernel.log
5
6 # Log anything (except mail) of level info or higher.
7 # Don't log private authentication messages!
8 # Also don't log daemon messages (which go to daemon) or ppp messages (which
9 # are somehow coming on local2?).
10 *.info;kern.none;local2.none;daemon.none;mail.none;news.none;authpriv.none                              /var/log/messages
11
12 # The authpriv file has restricted access.
13 authpriv.*                                              /var/log/secure
14
15 # Log all the mail messages in one place.
16 mail.*                                                  /var/log/mail.log
17
18 # Everybody gets emergency messages, plus log them on another machine.
19 *.emerg                                                 *
20
21 # Save mail and news errors of level err and higher in a
22 # special file.
23 uucp,news.crit                                          /var/log/spooler
24
25 # logging for ppp.
26 local2.*;daemon.notice                                  /var/log/ppp
27 daemon.*                                                /var/log/daemon
28
29 # example of breaking up a log facility into its components.
30 #daemon.=debug                                          /var/log/d.debug
31 #daemon.=info                                           /var/log/d.info
32 #daemon.=notice                                         /var/log/d.notice
33 #daemon.=warning                                        /var/log/d.warning
34 #daemon.=err                                            /var/log/d.err
35 #daemon.=crit                                           /var/log/d.crit
36 #daemon.=alert                                          /var/log/d.alert
37 #daemon.=emerg                                          /var/log/d.emerg
38
39 # testing to find out what these are.
40 local1.*                                                /var/log/local1
41 local3.*                                                /var/log/local3
42 local4.*                                                /var/log/local4
43 local5.*                                                /var/log/local5
44 local6.*                                                /var/log/local6
45
46 # Save boot messages also to boot.log
47 local7.*                                                /var/log/boot.log
48
49 #
50 # INN
51 #
52 news.=crit                                        /var/log/news/news.crit
53 news.=err                                         /var/log/news/news.err
54 news.notice                                       /var/log/news/news.notice
55