mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-13 23:50:34 +00:00
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
|
{{ redmine_root_dir }}/log/*.log {
|
||
|
su {{ redmine_owner }} {{ redmine_owner }}
|
||
|
daily
|
||
|
missingok
|
||
|
rotate 7
|
||
|
compress
|
||
|
notifempty
|
||
|
copytruncate
|
||
|
}
|