diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-01 08:18:42 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-01 08:18:42 +0000 |
commit | 6c305fdc9a635e03727b19425318ce2eab924c0b (patch) | |
tree | 457aa0ca158b9f3a639b122f38ab66414e83df2e /ChangeLog | |
parent | 43df3e50decc185be43ce0269641de7997101ebc (diff) | |
download | rsyslog-6c305fdc9a635e03727b19425318ce2eab924c0b.tar.gz rsyslog-6c305fdc9a635e03727b19425318ce2eab924c0b.tar.xz rsyslog-6c305fdc9a635e03727b19425318ce2eab924c0b.zip |
- applied a patch from mildew to prevent rsyslogd from freezing under heavy
load. This could happen when the queue was full. Now, we drop messages
but rsyslogd remains active.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ Version 1.17.6 (rgerhards), 2007-07-3? - fixed an invalid value for the MARK timer - unfortunately, there was a testing aid left in place. This resulted in quite frequent MARK messages - added $include config directive +- applied a patch from mildew to prevent rsyslogd from freezing under heavy + load. This could happen when the queue was full. Now, we drop messages + but rsyslogd remains active. --------------------------------------------------------------------------- Version 1.17.5 (rgerhards), 2007-07-30 - continued to work on output module modularization |