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
The documentation says:
LOG_LEVEL The level of logging the exporter will run with, defaults to debug
I tried with differend values, and I can't see any difference. I also notice that log.SetLevel(log.<some log level>) hasn't been used in any place in the code https://github.com/infinityworks/github-exporter/search?q=SetLevel
log.SetLevel(log.<some log level>)
Is there something I'm don't understanding?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The documentation says:
I tried with differend values, and I can't see any difference.
I also notice that
log.SetLevel(log.<some log level>)
hasn't been used in any place in the codehttps://github.com/infinityworks/github-exporter/search?q=SetLevel
Is there something I'm don't understanding?
The text was updated successfully, but these errors were encountered: