We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lib/swsElasticEmitter.js
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After the latest release of v0.99.6 the DEBUG env var is being overridden. (added in this commit dbc29e7.)
v0.99.6
Resulting in all the logs being shown for the apps using debug package, regardless of what's set in their own env.
I don't think this explicit override is needed here. Please remove it.
The text was updated successfully, but these errors were encountered:
remove explicit override of DEBUG var, fixes slanatech#271
ed59190
fix(core): use [email protected] statically
49374ba
Due to this issue: slanatech/swagger-stats#271 GH-0
Merge pull request #272 from shubhamp-sf/patch-1
0983a0a
remove explicit override of DEBUG var, fixes #271
Successfully merging a pull request may close this issue.
After the latest release of
v0.99.6
the DEBUG env var is being overridden. (added in this commit dbc29e7.)Resulting in all the logs being shown for the apps using debug package, regardless of what's set in their own env.
I don't think this explicit override is needed here. Please remove it.
The text was updated successfully, but these errors were encountered: