Josh Junon
Josh Junon
Debug is a function that returns a function. The first invocation to debug takes the namespace and returns the actual function to make logging messages Your call to debug just...
No. A [namespace](https://en.wikipedia.org/wiki/Namespace) is just a way to group logical sets of logs together. `debug` gives you the ability to filter out particular namespaces. How you *should* be using `debug`...
You have to set the environment variable before the initial call to `debug`. It's a known inconvenience that we have a few issues open to address.
> Is recursive formatting supposed to be happening? Definitely not. Indeed a bug; good catch!
Not sure what the issue is here, and I don't know why esm would have anything to do with this. For some reason, it appears the logger is treating the...
Thanks for opening. https://github.com/visionmedia/debug/pull/634#issuecomment-436343834 Normally I'd agree, but it just seems like bizarre behavior that's unexpected for people that aren't aware of it, as well as the fact that it...
Yes and no. It depends on how they're handled. SLF4J handles this quite nicely - all logging facilities are handled by the end user. Debug is similar, and it's assumed...
The author of `ms` is @rauchg, whom I trust very, very much, but thank you for the concern - I see this as a non-issue in this particular case.
@rauchg can you weigh in on this? 57 people with access does seem excessive. We've already seen cases of targeted attacks in the form of npm account takeovers and malicious...
Landed ultimately in db306db99e7822d355724698990d335927563210.