diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 2974a3ad..ee19e1d3 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -67,11 +67,16 @@ springdoc: logging: level: - org: - springframework: - security: DEBUG + root: INFO + org.springframework.web: DEBUG org.springframework.security: DEBUG + # 헬스체크 노이즈 핵심만 다운 + org.springframework.security.web.FilterChainProxy: INFO + org.springframework.security.web.authentication.AnonymousAuthenticationFilter: INFO + org.springframework.security.web.authentication.Http403ForbiddenEntryPoint: INFO + org.springframework.web.servlet.DispatcherServlet: INFO + mapsheet: upload: diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 6b64cf0e..f9c685ab 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -36,12 +36,15 @@ spring: default_batch_fetch_size: 100 logging: level: - org: - springframework: - web: DEBUG - security: DEBUG root: INFO + org.springframework.web: DEBUG org.springframework.security: DEBUG + + # 헬스체크 노이즈 핵심만 다운 + org.springframework.security.web.FilterChainProxy: INFO + org.springframework.security.web.authentication.AnonymousAuthenticationFilter: INFO + org.springframework.security.web.authentication.Http403ForbiddenEntryPoint: INFO + org.springframework.web.servlet.DispatcherServlet: INFO # actuator management: health: