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
|
rotate 3
|
||||||
missingok
|
missingok
|
||||||
notifempty
|
notifempty
|
||||||
compress
|
copy
|
||||||
delaycompress
|
|
||||||
daily
|
daily
|
||||||
dateext
|
dateext
|
||||||
dateformat %F
|
dateformat .%Y-%m-%d
|
||||||
maxsize 32M
|
maxsize 4M
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user