We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae90359 commit 4166720Copy full SHA for 4166720
src/main/resources/application-dev.yml
@@ -49,13 +49,13 @@ server:
49
logging:
50
level:
51
# ---- HTTP 트래픽 흐름을 살펴봅니다.
52
- org.springframework.web: debug
+ org.springframework.web: info
53
# ---- Hibernate가 실행할 질의문을 살펴봅니다.
54
org.hibernate.SQL: debug
55
# ---- 질의문에 바인딩되는 파라미터를 살펴봅니다.
56
- org.hibernate.orm.jdbc.bind: trace
+ org.hibernate.orm.jdbc.bind: info
57
# ---- 질의문 실행 결과를 살펴봅니다.
58
- org.hibernate.orm.jdbc.extract: trace
+ org.hibernate.orm.jdbc.extract: info
59
management:
60
endpoints:
61
web:
0 commit comments