|
@@ -34,12 +34,13 @@ news.notice -/var/log/news.notice
|
|
# Some `catch-all' logfiles.
|
|
# Some `catch-all' logfiles.
|
|
#
|
|
#
|
|
*.=debug;\
|
|
*.=debug;\
|
|
- auth,authpriv.none;\
|
|
|
|
- news.none;mail.none -/var/log/debug
|
|
|
|
|
|
+auth,authpriv.none;\
|
|
|
|
+news.none;mail.none -/var/log/debug
|
|
|
|
+
|
|
*.=info;*.=notice;*.=warn;\
|
|
*.=info;*.=notice;*.=warn;\
|
|
- auth,authpriv.none;\
|
|
|
|
- cron,daemon.none;\
|
|
|
|
- mail,news.none -/var/log/messages
|
|
|
|
|
|
+auth,authpriv.none;\
|
|
|
|
+cron,daemon.none;\
|
|
|
|
+mail,news.none -/var/log/messages
|
|
|
|
|
|
#
|
|
#
|
|
# Emergencies are sent to everybody logged in.
|
|
# Emergencies are sent to everybody logged in.
|
|
@@ -51,9 +52,9 @@ news.notice -/var/log/news.notice
|
|
# console I usually leave idle.
|
|
# console I usually leave idle.
|
|
#
|
|
#
|
|
#daemon,mail.*;\
|
|
#daemon,mail.*;\
|
|
-# news.=crit;news.=err;news.=notice;\
|
|
|
|
-# *.=debug;*.=info;\
|
|
|
|
-# *.=notice;*.=warn /dev/tty8
|
|
|
|
|
|
+#news.=crit;news.=err;news.=notice;\
|
|
|
|
+#*.=debug;*.=info;\
|
|
|
|
+#*.=notice;*.=warn /dev/tty8
|
|
|
|
|
|
# The named pipe /dev/xconsole is for the `xconsole' utility. To use it,
|
|
# The named pipe /dev/xconsole is for the `xconsole' utility. To use it,
|
|
# you must invoke `xconsole' with the `-file' option:
|
|
# you must invoke `xconsole' with the `-file' option:
|
|
@@ -64,7 +65,7 @@ news.notice -/var/log/news.notice
|
|
# busy site..
|
|
# busy site..
|
|
#
|
|
#
|
|
daemon.*;mail.*;\
|
|
daemon.*;mail.*;\
|
|
- news.err;\
|
|
|
|
- *.=debug;*.=info;\
|
|
|
|
- *.=notice;*.=warn |/dev/xconsole
|
|
|
|
|
|
+news.err;\
|
|
|
|
+*.=debug;*.=info;\
|
|
|
|
+*.=notice;*.=warn |/dev/xconsole
|
|
|
|
|