not getting any output
We upgraded to 4.3.2 and are all of a sudden not getting logs in stderr (using in a node script).
The regressions seems to have been caused by #799
Admittedly we're perhaps using the library not exactly in a way that it was intended to be used. We aren't setting DEBUG environment variable, so process.env.DEBUG is undefined, but our namespaces are named example-namespace* with a trailing *. These were previously logging, now they're not.
example-namespace*
FWIW this isn't really supported, and dare I say deprecated; you should attempt to remove those ASAP.
I'll have to take a look and see, but you're the only one reporting this so I have to assume (without checking) that it's related.
ok