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:
Stephan Wendel 2021-12-12 12:02:45 +01:00
parent 351703cc60
commit 724e449bf8
No known key found for this signature in database
GPG Key ID: F465B83ACBA45639

View File

@ -10,10 +10,9 @@
rotate 3
missingok
notifempty
compress
delaycompress
copy
daily
dateext
dateformat %F
maxsize 32M
dateformat .%Y-%m-%d
maxsize 4M
}