I have a Parse Server node.js app where I need to use console.log to debug the cloud code, the problem is that launching the app like this:
node index.js
the log appears, but if I launch it with pm2:
pm2 start index.js
The console.log logs do not appear but the native parse logs do appear, (in the previous case both appear)
Any ideas? Thank you
After the application starts:
All the details in the documentation .