Answer the question
In order to leave comments, you need to log in
How to make the nodejs console logger as convenient as the browser one?
Friends, is there any logger under nodeJS capable of outputting logs to the console in a readable form, as it is implemented in browsers?
So that you can open / close objects / arrays, etc.
Instead of getting that huge json footcloth that console.log/info/error is now by default.
Answer the question
In order to leave comments, you need to log in
Find node-inspector on npm, it allows you to debug a node.js process from any webkit+v8 browser (Chrome, Opera)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question