hi bart,

On Thu, Oct 13, 2011 at 4:44 PM, Bart van der Schans
<[email protected]> wrote:
> Hi Stefan,
>
> On Thu, Oct 13, 2011 at 4:27 PM, Stefan Guggisberg
> <[email protected]> wrote:
>>> -        if (log.isDebugEnabled()) {
>>> +        if (log.isInfoEnabled()) {
>>
>> what's the justification for changing the log level from debug to info?
>
> This is to make a distinction between the debug logging of the cache
> resizing which logs quite a bit of info every second and the logging
> of the cache (access/hit/miss) stats which log every minute
> (configurable). It's comparable to the logging of the stats of the
> bundle cache in 1.x which was also set on info.

thanks for the explanation. i'd prefer to stick to the debug log level
for this kind of polled, i.e. repeating status information. the info
log level is
imo fine for logging single status change events (e.g. 'repository started')

cheers
stefan

>
> Regards,
> Bart
>

Reply via email to