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
Hi, I've sent a PR to the debug module project adding the capability of dynamic debug instances that can be enabled/disabled in runtime (this is, without having to restart the application):
I am pretty indifferent, as we'll use whatever the default we get (i.e. we'll only ever use the require('debug')('<name') method unless we can't any more. If this requires us to pass in a new option, then we'd pass, because the only way we could promote this well would be a massive updating of all our dependents.
Hi, I've sent a PR to the debug module project adding the capability of dynamic debug instances that can be enabled/disabled in runtime (this is, without having to restart the application):
I expect this to be also useful for express applications, so I wonder if you could provide some feedback on the PR :)
The text was updated successfully, but these errors were encountered: