79694760

Date: 2025-07-08 19:52:43
Score: 0.5
Natty:
Report link

Another option is to set the bufferSize of the FileHandler to 0.

const applicationLoggerHandler = new FileHandler("DEBUG", {
  filename: logDir + "/application.log",
  formatter: "{msg}",
  bufferSize: 0,
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: murphyslaw