1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-05 09:17:41 +03:00
one/share/pkgs/logrotate/opennebula-hem
Jan Orel 8689d5d49b
B #6034 Fix log rotation (#2415)
* Revert "F #5328: Update logrotate behavior to avoid long restarts (#2275)". This reverts commit 6b1127f180.

* B #5328: Don't wait for log compressing
* B #6034: Don't overwrite logs

While having already `copytruncate` in logroate we don't need to implement signaling and re-openning files.

* L #-: Linting
2022-12-12 11:50:54 +01:00

10 lines
137 B
Plaintext

/var/log/one/onehem.log {
dateext
dateformat -%Y%m%d-%s
weekly
rotate 52
missingok
notifempty
copytruncate
}