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.

Regards,
Bart

Reply via email to