log daemon.info to /var/log/daemon.log by default
log daemon facility now that daemon(8) has syslog support which defaults to daemon facility, info priority Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D21561
This commit is contained in:
parent
093aa3e311
commit
cd4b2a3c08
@ -30,6 +30,7 @@
|
|||||||
/var/log/security 600 10 1000 * JC
|
/var/log/security 600 10 1000 * JC
|
||||||
/var/log/utx.log 644 3 * @01T05 B
|
/var/log/utx.log 644 3 * @01T05 B
|
||||||
/var/log/weekly.log 640 5 * $W6D0 JN
|
/var/log/weekly.log 640 5 * $W6D0 JN
|
||||||
|
/var/log/daemon 644 5 1000 @0101T JC
|
||||||
|
|
||||||
<include> /etc/newsyslog.conf.d/[!.]*.conf
|
<include> /etc/newsyslog.conf.d/[!.]*.conf
|
||||||
<include> /usr/local/etc/newsyslog.conf.d/[!.]*.conf
|
<include> /usr/local/etc/newsyslog.conf.d/[!.]*.conf
|
||||||
|
@ -14,6 +14,7 @@ cron.* /var/log/cron
|
|||||||
!-devd
|
!-devd
|
||||||
*.=debug /var/log/debug.log
|
*.=debug /var/log/debug.log
|
||||||
*.emerg *
|
*.emerg *
|
||||||
|
daemon.info /var/log/daemon.log
|
||||||
# uncomment this to log all writes to /dev/console to /var/log/console.log
|
# uncomment this to log all writes to /dev/console to /var/log/console.log
|
||||||
# touch /var/log/console.log and chmod it to mode 600 before it will work
|
# touch /var/log/console.log and chmod it to mode 600 before it will work
|
||||||
#console.info /var/log/console.log
|
#console.info /var/log/console.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user