o Introduce automated log rotation for /var/log/console, the

default syslog target for console messages (when enabled in
  syslog.conf).  Use the same rotation defaults as with
  /var/log/messages -- every 100kb of log, compress back logs,
  and keep five rotated logs.
o Note: phk also thought it would be useful to force rotation
  each boot.  This commit does not introduce such a rotation.

Reviewed by:	phk
This commit is contained in:
Robert Watson 2001-02-06 06:07:00 +00:00
parent 1a030b1cbc
commit d6828be55f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72075

View File

@ -17,3 +17,4 @@
/var/log/daily.log 640 7 * @T00 Z
/var/log/weekly.log 640 5 1 $W6D0 Z
/var/log/monthly.log 640 12 * $M1D0 Z
/var/log/console 640 5 100 * Z