Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » I need to capture database warnings, which log level to use? (I'm debugging triggers, and I need to capture PostgreSQL warnings to get there)
I need to capture database warnings, which log level to use? [message #1001515] Wed, 16 January 2013 16:20 Go to previous message
Edson Richter is currently offline Edson Richter
Messages: 3
Registered: July 2009
Junior Member
Hi!

I've a bunch of triggers in my PostgreSQL database, and I need to capture SQL Warnings issues to check the result of "RAISE NOTICE" statements inside the trigger.
I've tried even:

<property name="eclipselink.logging.level" value="ALL"/>
<property name="eclipselink.logging.level.sql" value="ALL"/>
<property name="eclipselink.logging.parameters" value="true"/>
<property name="eclipselink.logging.timestamp" value="true"/>

How can I achieve this when using Eclipse Link 2.4.1?

Thanks,

Edson
 
Read Message
Read Message
Read Message
Previous Topic:eclipseLink inheritance joined and oneToMany
Next Topic:Sorting by Date , I can't solve it
Goto Forum:
  


Current Time: Sat May 25 09:43:42 EDT 2013

Powered by FUDForum. Page generated in 0.01585 seconds