-
Notifications
You must be signed in to change notification settings - Fork 44
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
Feature request: --verbose flag #202
Comments
What would you like to know? |
From memory, it was things like exactly what files buttercup was loading, in what order, whether it encountered any errors in them and what those errors were. I don't remember exactly what the issue was, but I spent hours troubleshooting it only to finally realize that buttercup wasn't showing errors in some of the files it was loading. If it had just shown me what it was doing and what it was finding, it could have saved a lot of time. But, in general (as this is not limited to the particular issue I was having at the time), I think it would be useful to know exactly what buttercup is up to when doing troubleshooting. Ideally, how much of this information is reported would vary depending on verbosity settings. |
@diamond-lizard Maybe verbose/trace mode in Eldev could be useful? E.g. it prints names of test files as it loads them. It is a build tool that supports Buttercup among other stuff. |
Related to #107? |
It would be great if the buttercup executable had a
--verbose
flag (ideally with selectable levels of verbosity) that would report in detail what buttercup was doing.This would be very helpful in troubleshooting.
The text was updated successfully, but these errors were encountered: