We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This can be condition by using an env variable (CPP_LINTER_COLOR maybe?). It would require some alteration in the logger dependency though.
CPP_LINTER_COLOR
By default, we can have the color disabled in CI (like many other tools), but we can have color enabled during local (not CI) execution.
Currently the debug output includes logs from reqwest library:
DEBUG: starting new connection: https://api.github.com/ DEBUG: starting new connection: https://api.github.com/
This is rather superfluous to the end-user and shouldn't be shown. It just adds clutter to the log output.
The text was updated successfully, but these errors were encountered:
Less logs from dependencies
This is actually related to not using asynchronous channels from tokio dependency. (related to #10 )
I'm still looking into that..
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I want colored logs 🎨
This can be condition by using an env variable (
CPP_LINTER_COLOR
maybe?). It would require some alteration in the logger dependency though.By default, we can have the color disabled in CI (like many other tools), but we can have color enabled during local (not CI) execution.
Less logs from dependencies
Currently the debug output includes logs from reqwest library:
This is rather superfluous to the end-user and shouldn't be shown. It just adds clutter to the log output.
The text was updated successfully, but these errors were encountered: