How do I log into a log file instead of calling the console.log. I checked this
Logging in express js to a output file?
but this would only log the request/response to the file. How would I log my error/info msg into the log directory(custom Logging).
Thanks
Use the
log4js-nodeorwinstonmodules for logging in node.js.