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

Mocha should prefix debug() #497

Closed
Swatinem opened this issue Jul 6, 2012 · 1 comment
Closed

Mocha should prefix debug() #497

Swatinem opened this issue Jul 6, 2012 · 1 comment

Comments

@Swatinem
Copy link

Swatinem commented Jul 6, 2012

Mocha uses the node debug library, debug output can be enabled selectively with DEBUG="*" mocha ...
which then prints out a ton of suite, runnable, runner debug messages which makes it complicated to read my own debug output.
It would be awesome if mocha debug was prefixed with, say mocha: so i can just run DEBUG="* -mocha:*" mocha ... and just get the messages i care about.

@tj
Copy link
Contributor

tj commented Jul 6, 2012

+1

@tj tj closed this as completed in 82d9c55 Jul 6, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants