fix: debugging 위해 logging level 조정

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

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

@ -43,10 +43,10 @@ logging:
level: level:
# //FIXME:: 테스트후 로그 level warn 변경 # //FIXME:: 테스트후 로그 level warn 변경
root: debug root: debug
org.apache.http: warn org.apache.http: debug
reactor.netty: warn reactor.netty: warn
io.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.springframework: debug
org.mybatis: debug org.mybatis: debug
file: file:

Loading…
Cancel
Save