diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-10 09:58:46 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-10 09:58:46 +0100 |
commit | ee8bf6d6873b79a5b1ed5a2aae08adf0d4827ff3 (patch) | |
tree | fe7fe9aa579d90e58c270aa7d7d2294cd30d01ef /tests | |
parent | 8833612e7516694e89148eb3dc1c88f5ea954d16 (diff) | |
parent | 6c43f93022caa3feaa7b4fa3d88ca31746fd94cf (diff) | |
download | rsyslog-ee8bf6d6873b79a5b1ed5a2aae08adf0d4827ff3.tar.gz rsyslog-ee8bf6d6873b79a5b1ed5a2aae08adf0d4827ff3.tar.xz rsyslog-ee8bf6d6873b79a5b1ed5a2aae08adf0d4827ff3.zip |
Merge branch 'v4-stable' into v4-stable-next
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/diskqueue.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 ;) |