Revert "syslogd: Don't run sync for every write in all.log"

This reverts commit 10f47b45e0.
This commit is contained in:
Timo Makinen 2024-12-26 14:55:17 +00:00
parent ad5cf29b12
commit a8841252d1

View file

@ -16,8 +16,7 @@
- name: Enable all.log
ansible.builtin.lineinfile:
path: /etc/syslog.conf
line: "*.* -/var/log/all.log"
regexp: '^\*\.\*\s.*\/var\/log\/all\.log'
line: "*.* /var/log/all.log"
notify: Restart syslogd
- name: Enable all.log rotation