Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] SQL logging

I recently upgraded to glassfish v3.1 which seems to ship with eclipselink 2.2

I am trying to figure out how to make the logging log the actual parameters, instead of

FINE:         bind => [2 parameters bound]

I currently have

<property name="eclipselink.logging.level" value="SEVERE"/>
<property name="eclipselink.logging.level.sql" value="FINE"/>

in my persistence.xml





Back to the top