Introduce debug.log which gets debug.* (most of this would otherwise go
to the great bit-bucket in the sky)
This commit is contained in:
parent
db67e9740f
commit
03a987e08d
@ -128,6 +128,8 @@ distribution:
|
||||
${DESTDIR}/var/log/auth.log
|
||||
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
|
||||
${DESTDIR}/var/log/cron
|
||||
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
|
||||
${DESTDIR}/var/log/debug.log
|
||||
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
|
||||
${DESTDIR}/var/log/xferlog
|
||||
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
|
||||
|
@ -14,6 +14,7 @@
|
||||
/var/log/console.log 600 5 100 * J
|
||||
/var/log/cron 600 3 100 * J
|
||||
/var/log/daily.log 640 7 * @T00 J
|
||||
/var/log/debug.log 600 7 100 * J
|
||||
/var/log/kerberos.log 600 7 100 * J
|
||||
/var/log/lpd-errs 644 7 100 * J
|
||||
/var/log/maillog 640 7 * @T00 J
|
||||
|
@ -13,6 +13,7 @@ mail.info /var/log/maillog
|
||||
lpr.info /var/log/lpd-errs
|
||||
ftp.info /var/log/xferlog
|
||||
cron.* /var/log/cron
|
||||
*.debug /var/log/debug.log
|
||||
*.emerg *
|
||||
# uncomment this to log all writes to /dev/console to /var/log/console.log
|
||||
#console.info /var/log/console.log
|
||||
|
Loading…
Reference in New Issue
Block a user