79179354

Date: 2024-11-11 23:03:43
Score: 0.5
Natty:
Report link

You need to set your log4j properties to send logs to STDOUT

Something along the lines as below:

log4j.rootLogger=ERROR, stdout

log4j.appender.STDOUT=org.apache.log4j.ConsoleAppender
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jason Smith