mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-05 09:17:41 +03:00
8689d5d49b
* 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
10 lines
136 B
Plaintext
10 lines
136 B
Plaintext
/var/log/one/sched.log {
|
|
dateext
|
|
dateformat -%Y%m%d-%s
|
|
weekly
|
|
rotate 52
|
|
missingok
|
|
notifempty
|
|
copytruncate
|
|
}
|