S
S
Sergey Nikolaev2015-12-02 15:09:03
JavaScript
Sergey Nikolaev, 2015-12-02 15:09:03

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

2 answer(s)
D
Dmitry Belyaev, 2015-12-02
@Devastor

Find node-inspector on npm, it allows you to debug a node.js process from any webkit+v8 browser (Chrome, Opera)

P
pomeo, 2015-12-02
@pomeo

Either sa.github.io/iron-node

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question