79665599

Date: 2025-06-14 05:35:08
Score: 2.5
Natty:
Report link

If you're using sec:debug/, logs go to System.out, which might not be properly routed in a WAR/Tomcat/container setup. The correct approach for Kubernetes is to stick with logback and SLF4J, and avoid sec:debug/ unless you're troubleshooting locally.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dev_Jack