DEV Community

Cover image for NodeJS-Finding your console logs with console-form
Amit Wagner
Amit Wagner

Posted on

NodeJS-Finding your console logs with console-form

As a javascript developer, you probably use console.log or console.error a lot, it's the fastest way to debug and it's one of the first things you learn to code when you start with javascript,

But what happens when you have to do many consoles in different places in order to debug, or you have a big app with many consoles and you want to delete some of them,

well this is what console-from was designed to do. you just require it at the start of your app and from now on all your consoles will show you there location

Alt Text

Top comments (0)