mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-28 18:22:15 +00:00
avoid log rotation recursion of doom
This commit is contained in:
parent
617a71b1df
commit
3ff8ffbc10
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
/home/{{ user.name }}/{{ user.log_dir }}/* {
|
||||
/home/{{ user.name }}/{{ user.log_dir }}/*.log {
|
||||
missingok
|
||||
noolddir
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue