From 17771cf8f88ed48494e03839f9ac42f039faa71c Mon Sep 17 00:00:00 2001 From: teddy Date: Tue, 20 Jan 2026 16:43:47 +0900 Subject: [PATCH] =?UTF-8?q?logging=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 11 ++++++++--- src/main/resources/application.yml | 11 +++++++---- 2 files changed, 15 insertions(+), 7 deletions(-) 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: