Skip to content

Commit

Permalink
Update application-default.yml (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
flomillot authored Jan 12, 2024
1 parent 1de2b97 commit 6b2e976
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/resources/application-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ spring:
ddl-auto: none
logging:
level:
org.springframework.orm.jpa: DEBUG
org.springframework.transaction: DEBUG
org.hibernate.SQL: DEBUG
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

powsybl-ws:
database:
Expand Down

0 comments on commit 6b2e976

Please sign in to comment.