Revert "syslogd: Don't run sync for every write in all.log"
This reverts commit 10f47b45e0
.
This commit is contained in:
parent
ad5cf29b12
commit
a8841252d1
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@
|
||||||
- name: Enable all.log
|
- name: Enable all.log
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: /etc/syslog.conf
|
path: /etc/syslog.conf
|
||||||
line: "*.* -/var/log/all.log"
|
line: "*.* /var/log/all.log"
|
||||||
regexp: '^\*\.\*\s.*\/var\/log\/all\.log'
|
|
||||||
notify: Restart syslogd
|
notify: Restart syslogd
|
||||||
|
|
||||||
- name: Enable all.log rotation
|
- name: Enable all.log rotation
|
||||||
|
|
Loading…
Add table
Reference in a new issue