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
How do I disable debug logs? I'm using https://hub.docker.com/r/brutasse/graphite-api/ to run graphite-api.
There is a log file on the host machine that flooding with messages like this:
{"log":"{\"metric\": \"bot.production.srv0.meter.site.recipe.parser_failed.one\", \"host\": \"('192.168.210.54', None)\", \"event\": \"carbonlink request\"}\n","stream":"stderr","time":"2017-03-30T13:44:10.227889925Z"}
The text was updated successfully, but these errors were encountered:
up!
Sorry, something went wrong.
I don't see it in the documentation, but had a similar question. The only way I've found is to configure logging in graphite-api.yaml.
logging
graphite-api.yaml
e.g.
logging: loggers: graphite_api: level: INFO
Inspiration: #73 (comment)
No branches or pull requests
How do I disable debug logs?
I'm using https://hub.docker.com/r/brutasse/graphite-api/ to run graphite-api.
There is a log file on the host machine that flooding with messages like this:
The text was updated successfully, but these errors were encountered: