79440199

Date: 2025-02-14 17:59:22
Score: 1
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rushil