"Fossies" - the Fresh Open Source Software Archive 
Member "aif-2.1.1/contrib/Debian/syslog.conf" (16 Sep 2020, 2391 Bytes) of package /linux/privat/aif-2.1.1.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Generic config files source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "syslog.conf":
2.1.0_vs_2.1.1.
1 # /etc/syslog.conf
2 #
3 # Example configuration file for syslogd on Debian (you can optionally use this
4 # as a replacement). This will redirect all kernel-debug logging to file
5 # /var/log/arno-iptables-firewall. Don't forget to touch(create) /var/log/arno-iptables-firewall first &
6 # set "LOGLEVEL=debug" in the firewall configuration file (firewall.conf)!
7 # You should (probably) also set "KLOGD="-c 4" in /etc/init.d/klogd to get rid of firewall logs
8 # being spit to the console!
9
10
11 #
12 # First some standard logfiles. Log by facility.
13 #
14
15 auth,authpriv.* /var/log/auth.log
16 *.*;auth,authpriv,local7,daemon,lpr.none;\
17 kern.!=debug;\
18 cron.!=info -/var/log/syslog
19 cron.* -/var/log/cron.log
20 daemon.* -/var/log/daemon.log
21 #kern.* -/var/log/kern.log
22 kern.*;kern.!=debug -/var/log/kern.log
23 lpr.* -/var/log/lpr.log
24 mail.* -/var/log/mail.log
25 user.* -/var/log/user.log
26 uucp.* /var/log/uucp.log
27
28 #
29 # Logging for the mail system. Split it up so that
30 # it is easy to write scripts to parse these files.
31 #
32 mail.info -/var/log/mail.info
33 mail.warn -/var/log/mail.warn
34 mail.err /var/log/mail.err
35
36 # Logging for INN news system
37 #
38 news.crit /var/log/news/news.crit
39 news.err /var/log/news/news.err
40 news.notice -/var/log/news/news.notice
41
42 # Logging for DHCP system
43 local7.* /var/log/dhcpd
44
45 # Logging for iptables
46 kern.=debug /var/log/arno-iptables-firewall
47
48 #
49 # Some `catch-all' logfiles.
50 #
51 *.=debug;\
52 kern.!=debug;\
53 local7.none;\
54 auth,authpriv.none;\
55 news.none;mail.none -/var/log/debug
56
57 *.=info;*.=notice;*.=warn;\
58 local7.none;\
59 auth,authpriv.none;\
60 cron,daemon,lpr.none;\
61 mark.none;\
62 mail,news.none /var/log/messages
63
64 #
65 # Emergencies are sent to everybody logged in.
66 #
67 *.emerg *
68
69 #
70 # I like to have messages displayed on the console, but only on a virtual
71 # console I usually leave idle.
72 #
73 #daemon,mail.*;\
74 # news.=crit;news.=err;news.=notice;\
75 # *.=debug;*.=info;\
76 # *.=notice;*.=warn /dev/tty8
77
78 # The named pipe /dev/xconsole is for the `xconsole' utility. To use it,
79 # you must invoke `xconsole' with the `-file' option:
80 #
81 # $ xconsole -file /dev/xconsole [...]
82 #
83 # NOTE: adjust the list below, or you'll go crazy if you have a reasonably
84 # busy site..
85 #
86 daemon.*;mail.*;\
87 news.crit;news.err;news.notice;\
88 *.=debug;*.=info;\
89 *.=notice;*.=warn |/dev/xconsole
90