--- syslog.conf.org 2002-01-04 07:45:14.000000000 +0900 +++ syslog.conf 2006-01-10 00:11:30.000000000 +0900 @@ -8,7 +8,8 @@ # auth,authpriv.* /var/log/auth.log -*.*;auth,authpriv.none -/var/log/syslog +*.*;auth,authpriv.none;\ + local7.none -/var/log/syslog #cron.* /var/log/cron.log daemon.* -/var/log/daemon.log kern.* -/var/log/kern.log @@ -36,11 +37,13 @@ # *.=debug;\ auth,authpriv.none;\ - news.none;mail.none -/var/log/debug + news.none;mail.none;\ + local7.none -/var/log/debug *.=info;*.=notice;*.=warn;\ auth,authpriv.none;\ cron,daemon.none;\ - mail,news.none -/var/log/messages + mail,news.none;\ + local7.none -/var/log/messages # # Emergencies are sent to everybody logged in. @@ -67,5 +70,12 @@ daemon.*;mail.*;\ news.crit;news.err;news.notice;\ *.=debug;*.=info;\ - *.=notice;*.=warn |/dev/xconsole + *.=notice;*.=warn;\ + local7.none |/dev/xconsole + +# +# sent to RAM disk +# +local7.=debug -/dev/shm/log/debug +local7.* -/dev/shm/log/messages