ansible-roles/roles/linstor_controller/templates/logrotate.j2

9 lines
120 B
Plaintext
Raw Normal View History

2022-12-14 18:00:12 +01:00
/var/log/linstor-controller/rest-access.log {
2022-08-29 11:00:17 +02:00
daily
rotate 180
compress
notifempty
missingok
copytruncate
}