From 33e216daf7f89542cc6c91f1e97da6fdb71eecf8 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 22 Oct 2009 14:57:34 +0200 Subject: Begun to work on partial batch deletes... ... but this brings a lot of problems with it. The issue is that we still have a sequential store and we do not know how we could delete the one entry right in the middle of processing. I keep this branch if we intend to move on with it - but for now I look into a different solution... --- tests/daqueue-persist-drvr.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/daqueue-persist-drvr.sh') diff --git a/tests/daqueue-persist-drvr.sh b/tests/daqueue-persist-drvr.sh index 30a7c635..a4f4a73f 100755 --- a/tests/daqueue-persist-drvr.sh +++ b/tests/daqueue-persist-drvr.sh @@ -8,6 +8,9 @@ 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" + # prepare config echo \$MainMsgQueueType $1 > work-queuemode.conf echo "*.* :omtesting:sleep 0 1000" > work-delay.conf @@ -21,7 +24,7 @@ source $srcdir/diag.sh check-mainq-spool echo "Enter phase 2, rsyslogd restart" -#exit +exit # restart engine and have rest processed #remove delay -- cgit