We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431aed3 commit 4308a04Copy full SHA for 4308a04
spring-orm/src/main/java/org/springframework/orm/jpa/vendor/EclipseLinkJpaVendorAdapter.java
@@ -76,7 +76,8 @@ else if (getDatabase() != null) {
76
PersistenceUnitProperties.DDL_DATABASE_GENERATION);
77
}
78
if (isShowSql()) {
79
- jpaProperties.put(PersistenceUnitProperties.LOGGING_LEVEL, Level.FINE.toString());
+ jpaProperties.put(PersistenceUnitProperties.CATEGORY_LOGGING_LEVEL_ +
80
+ org.eclipse.persistence.logging.SessionLog.SQL, Level.FINE.toString());
81
82
83
return jpaProperties;
0 commit comments