It works fine. Thanks !
On 24 mars 2011, at 17:24, Michael Dick wrote: > I think this will work > <property name="openjpa.Log" value="DefaultLevel=WARN, Tool=INFO, SQL=TRACE, > Schema=TRACE "/> > > I suspect it's case sensitive but haven't tried it out. > > -mike > > On Thu, Mar 24, 2011 at 10:55 AM, Jean-Baptiste BRIAUD -- Novlog < > [email protected]> wrote: > >> Hi, >> >> I got this in an error message : >> Enable the org.apache.openjpa.jdbc.Schema logging category to see messages >> about schema data. >> >> I can't find what to add in the persistence.xml if it is there something >> should be added... >> >> I already added the following line but I feel it is something else : >> <property name="openjpa.Log" value="DefaultLevel=WARN, Tool=INFO, >> SQL=TRACE"/> >> >> Is it linked ? >> >> How to enable that schema logging ? >> >> Thanks ! >> >>
