]> TLD Linux GIT Repositories - packages/syslog-ng.git/commitdiff
- drop PostgreSQL logging, by default it logs directly to files now
authorMarcin Krol <hawk@tld-linux.org>
Mon, 3 Dec 2018 16:40:13 +0000 (16:40 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Mon, 3 Dec 2018 16:40:13 +0000 (16:40 +0000)
syslog-ng.conf
syslog-ng.logrotate
syslog-ng.spec

index 59cb7ff4f91df1192471083034048ca4feebd080..1f6be45e4a8b405e76ef8d75acaa769ce0827431 100644 (file)
@@ -47,7 +47,6 @@ 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/postgresql/${PROGRAM}.log"); };
 destination d_freshclam                { file("/var/log/freshclam.log"); };
 destination d_shorewall                { file("/var/log/shorewall"); };
 destination d_console          { usertty("root"); };
@@ -95,7 +94,6 @@ filter p_emergency    { level(emerg); };
 # Additional filters for specific programs/use
 filter f_freshclam     { program(freshclam); };
 filter f_ppp           { program(pppd) or program(chat); };
-filter f_postgres      { program(postgres); };
 filter f_shorewall     { facility(kern) and match("Shorewall:" value("MESSAGE")); };
 filter f_dhcp          { program("dhcpd") or program("dnsmasq-dhcp"); };
 
@@ -131,7 +129,6 @@ log { source(s_sys); filter(f_uucp);                                destination(d_uucp); };
 log { source(s_sys); filter(p_debug);                          destination(d_debug); };
 log { source(s_sys); filter(f_daemon); filter(f_ppp);          destination(d_ppp); };
 log { source(s_sys); filter(f_local6); filter(f_freshclam);    destination(d_freshclam); };
-log { source(s_sys); filter(f_local0); filter(f_postgres);     destination(d_postgres); };
 log { source(s_sys); filter(p_emergency);                      destination(d_console); };
 
 #  This is a catchall statement, and should catch all messages which were not
index ca99150ad081c5ba125c44aea87a6c14bc12d65b..1ab694a0ad0ae261efb9eb4ad7f9fa1d2bcf664a 100644 (file)
@@ -7,7 +7,6 @@
 /var/log/lpr
 /var/log/maillog
 /var/log/messages
-/var/log/pgsql
 /var/log/secure
 /var/log/spooler
 /var/log/syslog
index 75590aa36d61b4edb195dede79601041b0749ab3..0571a43413dd61b0d8556a476f740855a1178ca4 100644 (file)
@@ -37,7 +37,7 @@ Summary(pl.UTF-8):    Syslog-ng - systemowy demon logujący nowej generacji
 Summary(pt_BR.UTF-8):  Daemon de log nova geração
 Name:          syslog-ng
 Version:       3.18.1
-Release:       2
+Release:       3
 License:       GPL v2+ with OpenSSL exception
 Group:         Daemons
 Source0:       https://github.com/balabit/syslog-ng/archive/%{name}-%{version}.tar.gz