Hi,
I read LogFilter.afterHanfle() and wondered if these 2 modifications would
be better (from a performance point of view):
- put the whole block into a "if (this.logLogger.isLoggable(Level.INFO))
{...}"
- compute the duration only if needed.Regards, -- Vincent Ricard

