mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Put startslip syslog messages into separate file
Increase rotating log sizes in newsyslog.conf to reflect more common case
This commit is contained in:
parent
7548aeb5c5
commit
a4f267bdf0
2 changed files with 8 additions and 5 deletions
|
|
@ -1,10 +1,11 @@
|
|||
# configuration file for newsyslog
|
||||
# $Id: newsyslog.conf,v 1.2 1996/01/06 21:47:07 ache Exp $
|
||||
# $Id: newsyslog.conf,v 1.3 1996/01/06 22:19:37 ache Exp $
|
||||
#
|
||||
# logfilename owner.group mode ngen size time [ZB]
|
||||
/var/cron/log 600 3 10 * Z
|
||||
/var/log/kerberos.log 664 7 10 * Z
|
||||
/var/log/lpd-errs 664 7 10 * Z
|
||||
/var/cron/log 600 3 100 * Z
|
||||
/var/log/kerberos.log 664 7 100 * Z
|
||||
/var/log/lpd-errs 664 7 100 * Z
|
||||
/var/log/maillog 664 7 * 24 Z
|
||||
/var/log/messages 664 5 30 * Z
|
||||
/var/log/messages 664 5 100 * Z
|
||||
/var/log/slip.log 600 3 100 * Z
|
||||
/var/log/wtmp 664 7 * 168 ZB
|
||||
|
|
|
|||
|
|
@ -7,3 +7,5 @@ cron.* /var/cron/log
|
|||
*.notice;auth.debug root
|
||||
*.alert root
|
||||
*.emerg *
|
||||
!startslip
|
||||
*.* /var/log/slip.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue