fix: debugging 위해 logging level 조정

main
Jonguk. Lim 1 year ago
parent 44cd8bb727
commit f43206c3ee

@ -33,14 +33,14 @@ springdoc:
logging:
level:
root: debug
org.apache.http: warn
org.apache.http: debug
io.netty: warn
reactor.netty: WARN
# webclient logging
reactor.netty.http.client: warn
#org.springframework.web.reactive.function.client.ExchangeFunctions: TRACE
org.springframework: warn
org.hibernate.validator.internal: WARN
reactor.netty.http.client: debug
org.springframework.web.reactive.function.client.ExchangeFunctions: TRACE
org.springframework: debug
org.hibernate.validator.internal: debug
file:
# 로그파일 위치
path: ${app.data.root.path}/mens/logs

@ -43,10 +43,10 @@ logging:
level:
# //FIXME:: 테스트후 로그 level warn 변경
root: debug
org.apache.http: warn
org.apache.http: debug
reactor.netty: warn
io.netty: warn
org.springframework.web.reactive.function.client.ExchangeFunctions: warn
org.springframework.web.reactive.function.client.ExchangeFunctions: trace
org.springframework: debug
org.mybatis: debug
file:

Loading…
Cancel
Save