diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-26 12:21:07 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-26 12:21:07 +0100 |
commit | da53802c96a59a990859706219398dce709ba1b3 (patch) | |
tree | 43242bbabf5fbb91d70caf1bc7a87cbfdf535298 /tests | |
parent | 672c1b25d603006361836649c558777a1a872053 (diff) | |
download | rsyslog-da53802c96a59a990859706219398dce709ba1b3.tar.gz rsyslog-da53802c96a59a990859706219398dce709ba1b3.tar.bz2 rsyslog-da53802c96a59a990859706219398dce709ba1b3.zip |
implemented solution for cancel at shutdown/unprocessed entries
We do now enqueue those objects that are left unprocessed. This enables
us to delete the full batch, what is exactly what we need to do.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/daqueue-persist-drvr.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/daqueue-persist-drvr.sh b/tests/daqueue-persist-drvr.sh index a4f4a73f..7934eb2b 100755 --- a/tests/daqueue-persist-drvr.sh +++ b/tests/daqueue-persist-drvr.sh @@ -8,8 +8,8 @@ echo \[daqueue-persist-drvr.sh\]: testing memory daqueue persisting to disk, mode $1 source $srcdir/diag.sh init -export RSYSLOG_DEBUG="debug logfuncflow nostdout noprintmutexaction" -export RSYSLOG_DEBUGLOG="log" +#export RSYSLOG_DEBUG="debug nologfuncflow nostdout noprintmutexaction" +#export RSYSLOG_DEBUGLOG="log" # prepare config echo \$MainMsgQueueType $1 > work-queuemode.conf |