Skip to content

Commit 0abc987

Browse files
authored
Change query log level and update hibernate binder for logging (Hibernate 6) (#172)
1 parent 86f13e0 commit 0abc987

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
@@ -11,7 +11,8 @@ logging:
1111
org.springframework.orm.jpa: INFO
1212
org.springframework.transaction: INFO
1313
org.hibernate.SQL: INFO
14-
org.hibernate.type.descriptor.sql.BasicBinder: INFO
14+
org.hibernate.orm.jdbc.bind: INFO
15+
net.ttddyy.dsproxy.listener.logging.SLF4JQueryLoggingListener: WARN
1516

1617
powsybl-ws:
1718
database:

0 commit comments

Comments
 (0)