]> 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>
Sat, 21 Jan 2012 06:31:03 +0000 (01:31 -0500)
commit698b7ac5b7ce487dfae7c5ec4589e42792a7c97a
tree98f4a69373af3b5d790d2eb0121c733ee723ad91
parent7c2574c3fb1554f06dab9562773b7d757f79f999
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>
(cherry picked from commit 17b3c7ce9178b34cb2e00dbe82fb9f908289a709)

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