diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-03-19 12:01:43 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-03-19 12:01:43 +0100 |
commit | 508a9e0cef064b082cd9e13aecd9d6c0f1f51977 (patch) | |
tree | b9b73fc02b490f3f1e807896c807263c4d5185ed /ChangeLog | |
parent | 27a639ed8875969574543f7738c7bcb14c6149d2 (diff) | |
download | rsyslog-508a9e0cef064b082cd9e13aecd9d6c0f1f51977.tar.gz rsyslog-508a9e0cef064b082cd9e13aecd9d6c0f1f51977.tar.xz rsyslog-508a9e0cef064b082cd9e13aecd9d6c0f1f51977.zip |
omfile suspend handling for non-dynafiles, also bugfixes
primarily bugs introduced by recent changes. We now also handle
static file names correctly, that was not the case before. We
now correctly reset the descriptor in the dynafile cache if
somthing goes wrong.
Keep in mind that reliablity of output is depending on the
reliability of the file system driver (the cifs driver returns OK,
but still loses data if it is disconnected for too-long).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Version 4.1.6 [DEVEL] (rgerhards), 2009-03-?? situation was only cleared by a restart - bugfix: closed dynafile was potentially never written until another dynafile name was generated - potential loss of messages +- improved omfile so that it properly suspends itself if there is an + i/o or file name generation error. This enables it to be used with + the full high availability features of rsyslog's engine --------------------------------------------------------------------------- Version 4.1.5 [DEVEL] (rgerhards), 2009-03-11 - bugfix: parser did not correctly parse fields in UDP-received messages |