Version in base suite: 4.8.1-5 Base version: syslog-ng_4.8.1-5 Target version: syslog-ng_4.8.1-5+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/s/syslog-ng/syslog-ng_4.8.1-5.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/s/syslog-ng/syslog-ng_4.8.1-5+deb13u1.dsc changelog | 6 ++++++ syslog-ng.conf | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff -Nru syslog-ng-4.8.1/debian/changelog syslog-ng-4.8.1/debian/changelog --- syslog-ng-4.8.1/debian/changelog 2025-05-10 11:12:49.000000000 +0000 +++ syslog-ng-4.8.1/debian/changelog 2025-10-12 10:39:32.000000000 +0000 @@ -1,3 +1,9 @@ +syslog-ng (4.8.1-5+deb13u1) trixie; urgency=medium + + * Turn off writing log statistics (closes: #1110329). + + -- Laszlo Boszormenyi (GCS) Sun, 12 Oct 2025 12:39:32 +0200 + syslog-ng (4.8.1-5) unstable; urgency=medium * Fix transport accepting incorrect wildcards diff -Nru syslog-ng-4.8.1/debian/syslog-ng.conf syslog-ng-4.8.1/debian/syslog-ng.conf --- syslog-ng-4.8.1/debian/syslog-ng.conf 2025-05-10 11:12:49.000000000 +0000 +++ syslog-ng-4.8.1/debian/syslog-ng.conf 2025-10-12 10:39:32.000000000 +0000 @@ -7,7 +7,7 @@ # First, set some global options. options { chain_hostnames(off); flush_lines(0); use_dns(no); use_fqdn(no); dns_cache(no); owner("root"); group("adm"); perm(0640); - stats(freq(1)); + stats(freq(0)); bad_hostname("^gconfd$"); };