<property name="eclipselink.logging.level" value="FINE" />
How can I setup the logging level by server. I want to see Level.FINE on my development server. But of course only Level.WARNING on the productive server.
If I put the line above into the persistence.xml then it is automatically setup on both machines. I must remember to switch it off by hand. And that’s of course dangerous.
Thanks a lot.
You can refer EclipseLink/Examples/JPA/Logging