summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-13 17:21:41 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-13 17:21:41 +0000
commit11044fe37ca36ae69112de3f8d1a9b6c48926334 (patch)
tree3c923b9da4e0547c3638e337e50fab58debbc509 /ChangeLog
parentbbf0aecbbd3d4adf2f952011418701dce0236234 (diff)
downloadrsyslog-11044fe37ca36ae69112de3f8d1a9b6c48926334.tar.gz
rsyslog-11044fe37ca36ae69112de3f8d1a9b6c48926334.tar.xz
rsyslog-11044fe37ca36ae69112de3f8d1a9b6c48926334.zip
renamed $MainMsgQueuePersistUpdateCount config file directive to
$MainMsgQueueCheckpointInterval
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6058b70f..5225c6da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
---------------------------------------------------------------------------
Version 3.10.2 (rgerhards), 2008-01-1?
+- 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
---------------------------------------------------------------------------
Version 3.10.1 (rgerhards), 2008-01-10
- implemented the "disk" queue mode. However, it currently is of very