> 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