From b460a44278c802240e0a0ef8ec4a2ab455eae8fa Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 18 Feb 2011 11:15:50 +0100 Subject: [PATCH] Lower log-level --- jinx-it.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jinx-it.sh b/jinx-it.sh index a3f2e7d..a1e4f1c 100644 --- a/jinx-it.sh +++ b/jinx-it.sh @@ -4,5 +4,5 @@ else COUNT=$1 fi for d in `seq $COUNT` ; do - jinx run src/pazpar2 -X -f ~/etc/pazpar2/server-threaded.xml -l pazpar2.log -v all + jinx run src/pazpar2 -X -f ~/etc/pazpar2/server-threaded.xml -l pazpar2.log -v log,warn,fatal done \ No newline at end of file -- 1.7.10.4