Update main.yml
This commit is contained in:
parent
5cf6b1f1ab
commit
5c4dfac51a
|
@ -70,13 +70,13 @@ logrotate_applications:
|
||||||
|
|
||||||
- name: custom
|
- name: custom
|
||||||
logs:
|
logs:
|
||||||
- /var/log/custom/*_log
|
- /var/log/custom/*_log
|
||||||
options:
|
options:
|
||||||
- daily
|
- daily
|
||||||
- compress
|
- compress
|
||||||
- rotate 6
|
- rotate 6
|
||||||
|
|
||||||
- name : dpkg
|
- name: dpkg
|
||||||
logs:
|
logs:
|
||||||
- /var/log/dpkg.log
|
- /var/log/dpkg.log
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue