diff options
Diffstat (limited to 'tests/daqueue-persist-drvr.sh')
-rwxr-xr-x | tests/daqueue-persist-drvr.sh | 5 |
1 files changed, 4 insertions, 1 deletions
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 |