From 6c43f93022caa3feaa7b4fa3d88ca31746fd94cf Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 10 Mar 2010 09:52:49 +0100 Subject: fixed regression introduced with previous commit disk queue mode did no longer work correctly. A side-effect of this commit here is slightly cleaned-up (and more elegant) code for circular files. --- tests/diskqueue.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/diskqueue.sh') diff --git a/tests/diskqueue.sh b/tests/diskqueue.sh index 8233d569..ad512ee8 100755 --- a/tests/diskqueue.sh +++ b/tests/diskqueue.sh @@ -6,6 +6,9 @@ # This file is part of the rsyslog project, released under GPLv3 # uncomment for debugging support: echo diskqueue.sh: testing queue disk-only mode +# uncomment for debugging support: +#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction" +#export RSYSLOG_DEBUGLOG="log" source $srcdir/diag.sh init source $srcdir/diag.sh startup diskqueue.conf # 20000 messages should be enough - the disk test is slow enough ;) -- cgit v1.2.3