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:
Dag-Erling Smørgrav 2003-04-08 16:14:02 +00:00
parent b899d58ee4
commit 4845d27e63
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113259
3 changed files with 4 additions and 0 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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