From f7c12ef49a30b5d4c676ef807c09300376b025e7 Mon Sep 17 00:00:00 2001 From: Michael Hafen Date: Wed, 13 Aug 2008 12:43:52 -0600 Subject: [PATCH] Have zebrasrv log less Better to fill the hard drive with biblio than with zebra logs ;) Signed-off-by: Galen Charlton --- misc/bin/koha-zebra-ctl.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/bin/koha-zebra-ctl.sh b/misc/bin/koha-zebra-ctl.sh index 5b248d1c32..01e4fad458 100755 --- a/misc/bin/koha-zebra-ctl.sh +++ b/misc/bin/koha-zebra-ctl.sh @@ -12,6 +12,7 @@ RUNDIR=__ZEBRA_RUN_DIR__ LOCKDIR=__ZEBRA_LOCK_DIR__ # you may need to change this depending on where zebrasrv is installed ZEBRASRV=__PATH_TO_ZEBRA__/zebrasrv +ZEBRAOPTIONS="-v none,fatal,warn" test -f $ZEBRASRV || exit 0 @@ -44,7 +45,7 @@ case "$1" in fi fi - daemon --name=$NAME --errlog=$ERRLOG --stdout=$STDOUT --output=$OUTPUT --verbose=1 --respawn --delay=30 $OTHERUSER -- $ZEBRASRV -f $KOHA_CONF + daemon --name=$NAME --errlog=$ERRLOG --stdout=$STDOUT --output=$OUTPUT --verbose=1 --respawn --delay=30 $OTHERUSER -- $ZEBRASRV $ZEBRAOPTIONS -f $KOHA_CONF ;; stop) echo "Stopping Zebra Server" -- 2.39.2