Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Logging to finer or finest level is overwritten by spring showSQL

On 8/13/14, 4:57 PM, Radek Menšík wrote:

Based on the code involved[1], I'd say it is a bug in Spring. They should be using " eclipselink.logging.level.sql=FINE" instead of setting global logging level to FINE  if they want to just shown SQL statements (not only to avoid unnecessary output but to also allow better user logging configuration).

--lukas

[1]: http://grepcode.com/file/repo1.maven.org/maven2/org.springframework/spring-orm/4.0.5.RELEASE/org/springframework/orm/jpa/vendor/EclipseLinkJpaVendorAdapter.java#EclipseLinkJpaVendorAdapter.getJpaPropertyMap%28%29

 

 

Radek



_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top