Skip to main content

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

Hi,

I'm trying to debug an SQL bug and it would be very useful to see both the
queries by EclipseLink and the results returned by the database. So far I
see:

[EL Fine]: 2008.09.21
20:30:10.992--ServerSession(744949293)--Connection(2138276054)--Thread(Thread[httpSSLWorkerThread-8080-0,10,Grizzly])--SELECT
ID, NAME, VERSION, parentId FROM theme WHERE (ID = ?)
        bind => [58]

but I don't see the results logged. I am using:

<property name="eclipselink.logging.level" value="finest"/>

Is there some extra logging I am supposed to enable?

Thank you,
Gili
-- 
View this message in context: http://www.nabble.com/Logging-SQL-results-tp19600126p19600126.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top