Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadd more logging #4
Closed
Comments
|
After doing a longer review of the code, all the error conditions are logged so there isn't much more to log that would be useful, so closing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Debugging failures happening in a CI setup (like #3) is painful.
The more information about what's happening, the better.
Proposal: add
vlog()(verbose log) function which prints to stdout ifFUZZIT_VERBOSEenv variable is set.Log as much info as possible.
I can prepare a PR for that.