Skip to content

Commit

Permalink
Update application-default.yml (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
flomillot authored Jan 12, 2024
1 parent 1a062d7 commit 33db709
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 @@ -7,10 +7,10 @@ spring:

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 33db709

Please sign in to comment.