Skip to content

Commit 7a343c4

Browse files
authored
Change query log level and update hibernate binder for logging (Hibernate 6) (#133)
1 parent f3f7542 commit 7a343c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/resources/application-default.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ logging:
1414
org.springframework.orm.jpa: INFO
1515
org.springframework.transaction: INFO
1616
org.hibernate.SQL: INFO
17-
org.hibernate.type.descriptor.sql.BasicBinder: INFO
17+
org.hibernate.orm.jdbc.bind: INFO
18+
net.ttddyy.dsproxy.listener.logging.SLF4JQueryLoggingListener: WARN
1819

1920
powsybl-ws:
2021
database:

0 commit comments

Comments
 (0)