chore: Update syslog-ng.conf to use template t_imp for destination d_dyna_file

The syslog-ng.conf file has been updated to use the template t_imp for the destination d_dyna_file. This change improves the logging functionality by applying a specific template to the log file, enhancing the formatting and customization options.
This commit is contained in:
Théophile Diot 2024-08-07 16:46:19 +01:00
parent 06848c26c4
commit d9b37ca7c3
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -17,7 +17,7 @@ template t_imp {
destination d_dyna_file {
file(
"/var/log/${PROGRAM}.log"
template_escape(no)
template(t_imp)
owner("root")
group("101")
perm(0640)