diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-10 12:50:48 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-10 12:50:48 +0100 |
commit | 2b5e15d549940c7ace9017eaf40d523e3741c9a2 (patch) | |
tree | bc22cdc468329ab9996c0b8b1bc68348e0160149 /ChangeLog | |
parent | 224c3aef8b4d3d95ab2100c3056f2f92c130b220 (diff) | |
download | rsyslog-2b5e15d549940c7ace9017eaf40d523e3741c9a2.tar.gz rsyslog-2b5e15d549940c7ace9017eaf40d523e3741c9a2.tar.xz rsyslog-2b5e15d549940c7ace9017eaf40d523e3741c9a2.zip |
added a so-called "On Demand Debug" mode
in which debug output can be generated only after the process has started,
but not right from the beginning. This is assumed to be useful for
hard-to-find bugs. Also improved the doc on the debug system.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ --------------------------------------------------------------------------- Version 4.5.7 [v4-beta] (rgerhards), 2009-11-?? +- added a so-called "On Demand Debug" mode, in which debug output can + be generated only after the process has started, but not right from + the beginning. This is assumed to be useful for hard-to-find bugs. + Also improved the doc on the debug system. --------------------------------------------------------------------------- Version 4.5.6 [v4-beta] (rgerhards), 2009-11-05 - bugfix: named pipes did no longer work (they always got an open error) |