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:
parent
03e580293f
commit
b056d4c773
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user