[Koha-patches] [PATCH] Bug 7247 - rebuild_zebra.pl -v should show all Zebra log output

Dobrica Pavlinusic dpavlin at rot13.org
Tue Dec 20 15:52:17 CET 2011


On Tue, Dec 20, 2011 at 02:06:24PM +0100, LAURENT Henri-Damien wrote:
> > -if ($verbose_logging) {
> > -    $zebraidx_log_opt = '';
> > +if ($verbose_logging >= 2) {
> > +    $zebraidx_log_opt = '-v none,fatal,warn,all';
> >  }
> mmm... in my opinion, all would be WAY too verbose.
> request,log are enough to debug the search query.
> my two cents.

all is very verbose, but does provide additional information about Zebra
progress (I must admit I'm leaning towards too much information as
opposed to too little).

Should I move all to verbose level 3 (-v -v -v) or just remove it all
together?

-- 
Dobrica Pavlinusic               2share!2flame            dpavlin at rot13.org
Unix addict. Internet consultant.             http://www.rot13.org/~dpavlin


More information about the Koha-patches mailing list