Skip to main content

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

Derek,
   Here, this will show parameters in 2.2+ and override the security fix.

<!-- enable SQL parameter binding visibility logging to override ER 329852 -->
     <property name="eclipselink.logging.parameters" value="true"/>

   thank you
   /michael



On 11/02/2011 15:58, Derek Knapp wrote:
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



_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top