Hi,

I need to configure OpenJPA via Spring, without modifying the persistence.xml file. In particular, I need to change the runtime logging level from INFO to TRACE in order todebug a problem I am having.

I know that I can change the logging level my modifying it in persistence.xml, but this causes other issues based on the way we build our applications.

Where can I find documentation for this?

Thanks,

L