diff --git a/mens-api/src/main/resources/config/application-prod-can.yml b/mens-api/src/main/resources/config/application-prod-can.yml index 12ca2ea..33fbc01 100644 --- a/mens-api/src/main/resources/config/application-prod-can.yml +++ b/mens-api/src/main/resources/config/application-prod-can.yml @@ -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 diff --git a/mens-batch/src/main/resources/config/application-prod-can.yml b/mens-batch/src/main/resources/config/application-prod-can.yml index ba04e94..5a8a28b 100644 --- a/mens-batch/src/main/resources/config/application-prod-can.yml +++ b/mens-batch/src/main/resources/config/application-prod-can.yml @@ -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: