Details
Description
LOG.info("DEBUG: Terminated node allocation with : CompletedNodes: " + completedNodes.size() + ", size left: " + totalLength);
- Use SLF4J Parameterized logging
- The message literal string contains the word "DEBUG" but this is INFO level logging. Remove the word "DEBUG" and set the logging level to DEBUG
Attachments
Attachments
Issue Links
- links to