|
|
|
|
@ -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
|
|
|
|
|
|