How to capture output for current running node

146 Views Asked by At

I have the Adapt Author running on a Linux server that I cannot run node server against as it restarts itself when I attempt to kill it. Giving me listen EADDRINUSE :::5000 when I try.

Is there anyway to tap into the current running node's console output so that I can debug an error in the app?

I understand I can get the process PID using ps aux | grep node.

0

There are 0 best solutions below