Changed logrotate behavior.
* No compressing, date extension for rotated logs. * Copies Logfile instead of recreating. Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
parent
351703cc60
commit
724e449bf8
@ -10,10 +10,9 @@
|
||||
rotate 3
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
delaycompress
|
||||
copy
|
||||
daily
|
||||
dateext
|
||||
dateformat %F
|
||||
maxsize 32M
|
||||
dateformat .%Y-%m-%d
|
||||
maxsize 4M
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user