]> git.koha-community.org Git - koha.git/commit
Bug 7247 - rebuild_zebra.pl -v should show all Zebra log output
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 19 Nov 2011 10:49:53 +0000 (11:49 +0100)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Wed, 18 Jan 2012 15:11:02 +0000 (10:11 -0500)
commit17b3c7ce9178b34cb2e00dbe82fb9f908289a709
treea0e607caa1cae5db5dfed9cbe085483ac737eb09
parentc7eda06d9125c521085111a52294d3449441525b
Bug 7247 - rebuild_zebra.pl -v should show all Zebra log output

Currently, -v option resets Zebra log output to default system values.

This produce amount of log specified in system defaults which is usually
too low for debugging.

This change explicitly forces all Zebra log output which create much more
chatter so it triggers with verbosity level 2

Test scenario:
1. pick koha site to reindex
2. use -v -v options to rebuild_zebra.pl to see additional output

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Verified help corrections and  loglevel 2 output vs. loglevel 1 output. No issues found.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit 90d68d6f5c1c34ed15ac35672ef5e5994a3b39c8)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
misc/migration_tools/rebuild_zebra.pl