]> git.sur5r.net Git - openldap/commitdiff
Use cache debug level instead of trace
authorHoward Chu <hyc@openldap.org>
Fri, 17 Feb 2006 03:24:20 +0000 (03:24 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 17 Feb 2006 03:24:20 +0000 (03:24 +0000)
tests/scripts/test020-proxycache

index f0fb00c2b4d82fb5d13b7ed798e22dca702895df..08115edfbe7a5b88329d72faf1fa8ea8b003052f 100755 (executable)
@@ -81,7 +81,7 @@ fi
 
 echo "Starting proxy cache on TCP/IP port $PORT2..."
 . $CONFFILTER < $PROXYCACHECONF > $CONF2
-$SLAPD -f $CONF2 -h $URI2 -d $LVL -d trace > $LOG2 2>&1 &
+$SLAPD -f $CONF2 -h $URI2 -d $LVL -d cache > $LOG2 2>&1 &
 CACHEPID=$!
 if test $WAIT != 0 ; then
        echo CACHEPID $CACHEPID