You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 5.0 release will be a massive shift in how `debug` approaches logging. Taking cues from SLF4J and the ever growing need for end users to control their logging, we plan on providing full control over the format of Debug as well as bringing this functionality to older versions of Debug via a method of patching. Log messages will also funnel into a handler that can be overridden using `node -r`, similar to SLF4J.