emartech / bunyan-debug

Bunyan logger with node debug style namespaces
MIT License
0 stars 1 forks source link

Thanks, really good idea... but existing libraries... #1

Open pszabop opened 7 years ago

pszabop commented 7 years ago

This module is a really good idea and I will use it for my code, but what about existing libraries that already use the non-machine-readable debug module?

I was hoping to find instructions in your readme on monkey-patching debug so that I can get machine-readable output for all the huge environment of modules out there that use debug.

szenti commented 7 years ago

@pszabop inconsiderate use of monkey patching can lead to unexpected behavior, thus we avoid using it.