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

LAURENT Henri-Damien henridamien.laurent at biblibre.com
Tue Dec 20 16:54:17 CET 2011


Le 20/12/2011 15:52, Dobrica Pavlinusic a écrit :
> 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?
> 
I would leave that to -vvv
When I looked at logs when all is set, I found it quite useless, but if
you need that. I would say let's keep it for -vvv


More information about the Koha-patches mailing list