try to adjust application.properties:
application.properties
logging.level.org.apache.tomcat.util.net.NioEndpoint=INFO logging.level.org.springframework.web=TRACE
logging.level.org.apache.tomcat.util.net.NioEndpoint=INFO
logging.level.org.springframework.web=TRACE
this suppresses only TRACE logs from NioEndpoint, keeps everything else at TRACE level
TRACE