Where are the application logs for node.js on AWS OpsWorks

This is probably something very basic, but I can't seem to find where node.js registers with AWS OpsWorks. i ssh into an instance, i confirm node is running and listening on port 80, but normal / var / log / nodejs doesn't exist and the logs directory that seems to have been created in my root app is empty. Any help is appreciated.

+3


source to share


1 answer


This is what I experienced recently. Monit config for NodeJs apps does not send logs anywhere, so you cannot access those logs.



A similar topic explains the problem and how to fix it: Node.js OpsWorks Layer Console Logs

+1


source







All Articles