diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-14 13:00:58 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-14 13:00:58 +0000 |
commit | 9591ecf7947ccb0a59419cce6f6aeaa1f5ae64d6 (patch) | |
tree | 45a01844411ce430ce79d761fdb4b834e0497e54 /ChangeLog | |
parent | b49bf8c9227cd0744e9cf51e79e2a921c09a2483 (diff) | |
download | rsyslog-9591ecf7947ccb0a59419cce6f6aeaa1f5ae64d6.tar.gz rsyslog-9591ecf7947ccb0a59419cce6f6aeaa1f5ae64d6.tar.xz rsyslog-9591ecf7947ccb0a59419cce6f6aeaa1f5ae64d6.zip |
preparing for 3.10.2
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,13 +1,17 @@ --------------------------------------------------------------------------- -Version 3.10.2 (rgerhards), 2008-01-1? +Version 3.10.2 (rgerhards), 2008-01-14 - added the ability to keep stop rsyslogd without the need to drain the main message queue. In disk queue mode, rsyslog continues to run from the point where it stopped. In case of a system failure, it continues to process messages from the last checkpoint. - fixed a bug that caused a segfault on startup when no $WorkDir directive was specified in rsyslog.conf -- added $MainMsgQueueImmediateShutdown config directive -- added $MainMsgQueueCheckpointInterval config file directive +- provided more fine-grain control over shutdown timeouts and added a + way to specify the enqueue timeout when the main message queue is full +- implemetned $MainMsgQueueCheckpointInterval config directive +- implemented $MainMsgQueueTimeoutActionCompletion config directive +- implemented $MainMsgQueueTimeoutEnqueue config directive +- implemented $MainMsgQueueTimeoutShutdown config directive --------------------------------------------------------------------------- Version 3.10.1 (rgerhards), 2008-01-10 - implemented the "disk" queue mode. However, it currently is of very |