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 c7a55fb commit bd8609dCopy full SHA for bd8609d
src/test/resources/application-default.yml
@@ -8,10 +8,10 @@ spring:
8
9
logging:
10
level:
11
- org.springframework.orm.jpa: DEBUG
12
- org.springframework.transaction: DEBUG
13
- org.hibernate.SQL: DEBUG
14
- org.hibernate.type.descriptor.sql.BasicBinder: TRACE
+ org.springframework.orm.jpa: INFO
+ org.springframework.transaction: INFO
+ org.hibernate.SQL: INFO
+ org.hibernate.type.descriptor.sql.BasicBinder: INFO
15
16
powsybl-ws:
17
database:
0 commit comments