diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-10 08:14:12 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-10 08:14:12 +0200 |
commit | 8cb83af1118b633d88cd01fefe2571e91918a9f9 (patch) | |
tree | 393ea88e2fce7b1a7c98f7a7e4c21f4b53451914 /ChangeLog | |
parent | 702140afad013a94450397f72fe1a5452178ee1b (diff) | |
download | rsyslog-8cb83af1118b633d88cd01fefe2571e91918a9f9.tar.gz rsyslog-8cb83af1118b633d88cd01fefe2571e91918a9f9.tar.xz rsyslog-8cb83af1118b633d88cd01fefe2571e91918a9f9.zip |
bugfix: incorrect default discard severity could cause message loss
default discard severity was incorrectly set to 4, which lead
to discard-on-queue-full to be enabled by default. That could cause
message loss where non was expected. The default has now been changed
to the correct value of 8, which disables the functionality. This
problem applied both to the main message queue and the action queues.
Thanks to Raoul Bhatia for pointing out this problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -16,6 +16,12 @@ Version 3.18.4 (rgerhards), 2008-09-?? - bugfix: error code -2025 was used for two different errors. queue full is now -2074 and -2025 is unique again. (did cause no real problem except for troubleshooting) +- bugfix: default discard severity was incorrectly set to 4, which lead + to discard-on-queue-full to be enabled by default. That could cause + message loss where non was expected. The default has now been changed + to the correct value of 8, which disables the functionality. This + problem applied both to the main message queue and the action queues. + Thanks to Raoul Bhatia for pointing out this problem. --------------------------------------------------------------------------- Version 3.18.3 (rgerhards), 2008-08-18 - bugfix: imfile could cause a segfault upon rsyslogd HUP and termination |