I started a program written using Node.js and started it using launch pipe into logfile and send it to background.
Half way running the program exited w/o any error both on the console nor the log, I even checked the /var/log/message and no way I could figure out what's wrong with the program.
Are there any better way to able to capture the error/messages that causes the exit?
The current execution bash script is following:
./run_all_with_logs >> logs/my.log &