X-Git-Url: https://git.tld-linux.org/?p=packages%2Fsyslog-ng.git;a=blobdiff_plain;f=syslog-ng.conf;fp=syslog-ng.conf;h=59cb7ff4f91df1192471083034048ca4feebd080;hp=a6069d4b6f258b9309e5eeffc810cff802764000;hb=b450dc6c46ad109f15c0892cb4edc4478f01b34b;hpb=8cb62dd54aeb56e9f6e118550062bf53c7996ae1 diff --git a/syslog-ng.conf b/syslog-ng.conf index a6069d4..59cb7ff 100644 --- a/syslog-ng.conf +++ b/syslog-ng.conf @@ -47,7 +47,7 @@ destination d_user { file("/var/log/user"); }; destination d_ppp { file("/var/log/ppp"); }; destination d_ftp { file("/var/log/xferlog"); }; destination d_audit { file("/var/log/audit"); }; -destination d_postgres { file("/var/log/pgsql"); }; +destination d_postgres { file("/var/log/postgresql/${PROGRAM}.log"); }; destination d_freshclam { file("/var/log/freshclam.log"); }; destination d_shorewall { file("/var/log/shorewall"); }; destination d_console { usertty("root"); };