Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions syslog-ng.share/syslog-ng.conf-scribe
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down