aaPanel_Kern
when I using sample nodejs app, I noticed that when triggering the eception, only console.log statements are printed in the logs. However, the actual error or exception is not appearing in the log output. This makes it difficult to trace the root cause or debug the failure.
i expected it will be something like in local shell

instead, i got this logs result

the logs not printing any error and the service is immediately stoped