Skip to content

Commit bd8609d

Browse files
authored
Update application-default.yml (#24)
1 parent c7a55fb commit bd8609d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/resources/application-default.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ spring:
88

99
logging:
1010
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
11+
org.springframework.orm.jpa: INFO
12+
org.springframework.transaction: INFO
13+
org.hibernate.SQL: INFO
14+
org.hibernate.type.descriptor.sql.BasicBinder: INFO
1515

1616
powsybl-ws:
1717
database:

0 commit comments

Comments
 (0)