Use pcache debug level

This commit is contained in:
Howard Chu 2006-02-02 08:36:41 +00:00
parent 71d439aba7
commit 6c062ca841

View file

@ -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 cache > $LOG2 2>&1 &
$SLAPD -f $CONF2 -h $URI2 -d $LVL -d pcache > $LOG2 2>&1 &
CACHEPID=$!
if test $WAIT != 0 ; then
echo CACHEPID $CACHEPID