I have a complete, deployed, Express-based project, with many console.log() and console.error() statements throughout.
The project runs using forever, directing the st
This isn't a direct answer, but have you looked into winston.js? It has a ton more logging options including logging to a json file or database. These always have timestamps by default. Just a thought.