@atto/track-logs
v0.1.2
Published
Trace console.logS in Node.js to know from which file they come from
Downloads
9
Readme
@atto/track-logs
You are having a pesting console.log('...')
somewhere in your code but can't find where?
Include require('@atto/track-logs')({onlyLastCallSite: false})
to get the stack trace of every console.log
call.
Install with npm i --no-save @atto/track-logs
.