Skip to content

Commit 4166720

Browse files
authored
Change logging level for Spring and Hibernate
1 parent ae90359 commit 4166720

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/application-dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ server:
4949
logging:
5050
level:
5151
# ---- HTTP 트래픽 흐름을 살펴봅니다.
52-
org.springframework.web: debug
52+
org.springframework.web: info
5353
# ---- Hibernate가 실행할 질의문을 살펴봅니다.
5454
org.hibernate.SQL: debug
5555
# ---- 질의문에 바인딩되는 파라미터를 살펴봅니다.
56-
org.hibernate.orm.jdbc.bind: trace
56+
org.hibernate.orm.jdbc.bind: info
5757
# ---- 질의문 실행 결과를 살펴봅니다.
58-
org.hibernate.orm.jdbc.extract: trace
58+
org.hibernate.orm.jdbc.extract: info
5959
management:
6060
endpoints:
6161
web:

0 commit comments

Comments
 (0)