Skip to content
New issue

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

Added support for "-" prefix in DEBUG variable #13

Merged
merged 3 commits into from
Mar 8, 2012

Conversation

milewise
Copy link

@milewise milewise commented Feb 7, 2012

Disable debugging for somemodule.

DEBUG="* -somemodule" 

This will also work with asterisks:

DEBUG="* -somemodule:*"

@tj
Copy link
Contributor

tj commented Feb 7, 2012

we should support the same on the client as well

@milewise
Copy link
Author

milewise commented Feb 7, 2012

oops, forgot about that! added support for "-" on the client as well.

@RandomEtc
Copy link

👍 looks good to me, I was about to ask for the same feature.

tj added a commit that referenced this pull request Mar 8, 2012
Added support for "-" prefix in DEBUG variable
@tj tj merged commit 3d03d65 into debug-js:master Mar 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants