module https://www.npmjs.com/package/debug is very useful land it will allow to use DEBUG env var in client project (project user of this module) to configure debugging information.
This means there should be no console.logs but debug statements that need to be thoughtful and can remain in code so other can benefit from your debugging flow.
I suggest that aside notifier, logger we also export a debugger with a debug function as a facade for this module.
module https://www.npmjs.com/package/debug is very useful land it will allow to use DEBUG env var in client project (project user of this module) to configure debugging information.
This means there should be no console.logs but debug statements that need to be thoughtful and can remain in code so other can benefit from your debugging flow.
I suggest that aside notifier, logger we also export a debugger with a debug function as a facade for this module.