mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
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:
parent
06848c26c4
commit
d9b37ca7c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue