티스토리 뷰

728x90
logging.level.org.springframework.web.servlet.DispatcherServlet=WARN
logging.level.org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor=WARN

https://stackoverflow.com/questions/61899116/prevent-dispatcherservlet-from-logging-endpoint-in-spring-boot-actuator

 

Prevent DispatcherServlet from logging endpoint in Spring Boot Actuator

I've turned off the Logging for an actuator endpoint, but DispatcherServlet (and RequestReponseBodyMethodProcessor) still log the mapping and response. How can i prevent this logging for just this...

stackoverflow.com

 

728x90
댓글