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
You can use a function util.log from https://nodejs.org/api/util.html.
util.log
Be aware that it was deprecated since version 6.0.0.
For higher versions you should "Use a third party module instead."