Hello everyone:
I'm trying to locate an error here with digital ocean, pm2
Working with nodejs, nginx
When debug is on, all output is treated as an error..
For example this is located under nameapp-error.log:
As you can see is just a simple output, but this goes with all of them..
And under nameapp-out.log I can only see:
App listening at http://localhost:4000
And nothing else..
Those logs are obviously generated by pm2 and has nothing to do with Wappler
But those outputs, are considered as stdout/stderr under nodejs enviroment? If so, it's a bug and they're not separated?