WebStorm debugger console in node does not detect pretty pino format
Hi,
I was looking into some issues during debug, when I am using the debug console no entry is ever added when using pino logger, instead they are added to the process console. Pino by default is json, so I expected to see the json output but that's not the case, I tried to then use pretty-pino library to convert the json to a actual readeable format but it still does not come up in the debugger console but appears in the process console.
I can read it, but I get a lot of “attaching debugger” ect ect in the process console so its a bit more difficult to parse some info, is there a way to configure WebStorm to take a specific format from the console and output it in the debugger console? IRRC in IdeaIDE you can but I dont see any option to configure format for webstorm.
Please sign in to leave a comment.
Unfortunately it's not possible at the moment. I've created a new feature request: WEB-70475, please vote for it to get notified of any progress.
Thata unfortunate! However it is now tracked thanks ^^ will upvote it!