logging 수정
This commit is contained in:
@@ -67,11 +67,16 @@ springdoc:
|
|||||||
|
|
||||||
logging:
|
logging:
|
||||||
level:
|
level:
|
||||||
org:
|
root: INFO
|
||||||
springframework:
|
org.springframework.web: DEBUG
|
||||||
security: DEBUG
|
|
||||||
org.springframework.security: 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:
|
mapsheet:
|
||||||
upload:
|
upload:
|
||||||
|
|||||||
@@ -36,12 +36,15 @@ spring:
|
|||||||
default_batch_fetch_size: 100
|
default_batch_fetch_size: 100
|
||||||
logging:
|
logging:
|
||||||
level:
|
level:
|
||||||
org:
|
|
||||||
springframework:
|
|
||||||
web: DEBUG
|
|
||||||
security: DEBUG
|
|
||||||
root: INFO
|
root: INFO
|
||||||
|
org.springframework.web: DEBUG
|
||||||
org.springframework.security: 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
|
# actuator
|
||||||
management:
|
management:
|
||||||
health:
|
health:
|
||||||
|
|||||||
Reference in New Issue
Block a user