quality@glassfish.java.net

Re: Log performance

From: Felipe Gaścho <fgaucho_at_gmail.com>
Date: Thu, 29 Oct 2009 07:43:56 +0100

> and I also have 2 loggers in persistence.xml set as follows:
>
>            <property name="toplink.logging.level" value="FINEST"/>
>            <property name="eclipselink.logging.level" value="FINEST"/>
>

> Aside:  I don't know why these two loggers are not in logging.properties
> file...

because this are properties of the DB driver and not the application logging...

also: you shouldn't have EclipseLink and Toplink in the same
persistence.xml.. you will be using only one of them ..

AFAYK