12 lines
154 B
Plaintext
12 lines
154 B
Plaintext
/var/log/{{ file }}.log {
|
|
rotate 5
|
|
copytruncate
|
|
missingok
|
|
notifempty
|
|
compress
|
|
maxsize 100M
|
|
daily
|
|
create 0644 root root
|
|
}
|
|
|