I am running a node project using Forever on an Amazon CentOS EC2 instance using the following command:
forever start -o /home/ec2-user/logs/www.log -e /home/ec2-user/logs/www.err app.js
My application works correctly, but there are no www.log or www.err files created in the log directory. I tried to manually create these files and install chmod 777, and yet, there is no data recorded in these files. I am sure it is necessary to record data; I run the same project in a similar environment, and everything registers in order. Any help is appreciated!
Original rockers
source share