7cefc572-a23b-4221-b938-e28e7030e285
Running a simple NODE.JS application; not using any structured logging libraries or anything like that, just simple text logging with console.log() and console.error(). I haven't worked on my project in a few weeks, so I'm wondering if this is a new thing with V2 runtime or something, but I'm not seeing expected logs in the log viewer. I'm console logging "startup complete" message on app startup but seeing a blank info log entry in the logs; when the app encountered an error it should have logged out the error with console.error() but I just got a "container died" message I've never seen before. A bit hard to debug things if I can't see any of the log output :)