summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysklogd/files/syslog.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/sysklogd/files/syslog.conf')
-rw-r--r--meta/recipes-extended/sysklogd/files/syslog.conf23
1 files changed, 12 insertions, 11 deletions
diff --git a/meta/recipes-extended/sysklogd/files/syslog.conf b/meta/recipes-extended/sysklogd/files/syslog.conf
index 7d1858ca5b..0849de1268 100644
--- a/meta/recipes-extended/sysklogd/files/syslog.conf
+++ b/meta/recipes-extended/sysklogd/files/syslog.conf
@@ -34,12 +34,13 @@ news.notice -/var/log/news.notice
34# Some `catch-all' logfiles. 34# Some `catch-all' logfiles.
35# 35#
36*.=debug;\ 36*.=debug;\
37 auth,authpriv.none;\ 37auth,authpriv.none;\
38 news.none;mail.none -/var/log/debug 38news.none;mail.none -/var/log/debug
39
39*.=info;*.=notice;*.=warn;\ 40*.=info;*.=notice;*.=warn;\
40 auth,authpriv.none;\ 41auth,authpriv.none;\
41 cron,daemon.none;\ 42cron,daemon.none;\
42 mail,news.none -/var/log/messages 43mail,news.none -/var/log/messages
43 44
44# 45#
45# Emergencies are sent to everybody logged in. 46# Emergencies are sent to everybody logged in.
@@ -51,9 +52,9 @@ news.notice -/var/log/news.notice
51# console I usually leave idle. 52# console I usually leave idle.
52# 53#
53#daemon,mail.*;\ 54#daemon,mail.*;\
54# news.=crit;news.=err;news.=notice;\ 55#news.=crit;news.=err;news.=notice;\
55# *.=debug;*.=info;\ 56#*.=debug;*.=info;\
56# *.=notice;*.=warn /dev/tty8 57#*.=notice;*.=warn /dev/tty8
57 58
58# The named pipe /dev/xconsole is for the `xconsole' utility. To use it, 59# The named pipe /dev/xconsole is for the `xconsole' utility. To use it,
59# you must invoke `xconsole' with the `-file' option: 60# you must invoke `xconsole' with the `-file' option:
@@ -64,7 +65,7 @@ news.notice -/var/log/news.notice
64# busy site.. 65# busy site..
65# 66#
66daemon.*;mail.*;\ 67daemon.*;mail.*;\
67 news.err;\ 68news.err;\
68 *.=debug;*.=info;\ 69*.=debug;*.=info;\
69 *.=notice;*.=warn |/dev/xconsole 70*.=notice;*.=warn |/dev/xconsole
70 71