Modify application.properties (If Using Spring Boot Default Logging) Try:
logging.level.org.apache.tomcat.util.net.NioEndpoint=INFO
Or in application.yml:
logging: level: org.apache.tomcat.util.net.NioEndpoint: INFO
This should suppress TRACE messages from NioEndpoint.