Performance: Log formatting configuration
MEDIUM IMPACT
This affects the speed of log message processing and output, impacting application responsiveness and I/O performance.
logging.pattern.console=%d{HH:mm:ss} %-5level - %msg%nlogging.pattern.console=%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n| Pattern | CPU Usage | I/O Blocking | Log Size | Verdict |
|---|---|---|---|---|
| Complex pattern with full timestamp and logger name | High | Medium | Large | [X] Bad |
| Simplified pattern with short timestamp and message only | Low | Low | Small | [OK] Good |