From 6b8647722e3d6cc8ae1b5055095c52be64425ba0 Mon Sep 17 00:00:00 2001 From: Martinski4GitHub <119833648+Martinski4GitHub@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:11:07 -0800 Subject: [PATCH] Update syslog-ng.conf-scribe Minor Improvement. --- syslog-ng.share/syslog-ng.conf-scribe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syslog-ng.share/syslog-ng.conf-scribe b/syslog-ng.share/syslog-ng.conf-scribe index 69de93c..2858b5a 100644 --- a/syslog-ng.share/syslog-ng.conf-scribe +++ b/syslog-ng.share/syslog-ng.conf-scribe @@ -1,6 +1,6 @@ ############################################################################# # syslog-ng.conf customized for Scribe on Asuswrt-Merlin firmware -# Last Modified: 2026-Jan-27 +# Last Modified: 2026-Feb-01 # # Compare to /opt/share/syslog-ng/examples/syslog-ng.conf-opkg for # differences from the Entware distribution @@ -17,7 +17,7 @@ options { chain_hostnames(no); # Enable or disable the chained hostname format. create_dirs(yes); keep_hostname(yes); # Enable or disable hostname rewriting. - log_fifo_size(1600); # The number of messages that the output queue can store. + log_fifo_size(1500); # The number of messages that the output queue can store. log_msg_size(2048); # Maximum length of a message in bytes. stats(freq(21600)); # The period between two STATS messages sent by syslog-ng, containing statistics about dropped logs in seconds; 0 disables. (21,600 seconds = 6 hours) flush_lines(0); # How many lines are flushed to a destination at a time.