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
currently python wrapper is logging LOTS of events when probed by Prometheus:
2020-06-01 19:05:02,431 - werkzeug:_log:113 - INFO: 127.0.0.6 - - [01/Jun/2020 19:05:02] "GET /prometheus HTTP/1.1" 200 - 2020-06-01 19:05:03,430 - werkzeug:_log:113 - INFO: 127.0.0.6 - - [01/Jun/2020 19:05:03] "GET /prometheus HTTP/1.1" 200 - 2020-06-01 19:05:04,421 - werkzeug:_log:113 - INFO: 127.0.0.6 - - [01/Jun/2020 19:05:04] "GET /prometheus HTTP/1.1" 200 - 2020-06-01 19:05:05,434 - werkzeug:_log:113 - INFO: 127.0.0.6 - - [01/Jun/2020 19:05:05] "GET /prometheus HTTP/1.1" 200 - 2020-06-01 19:05:06,430 - werkzeug:_log:113 - INFO: 127.0.0.6 - - [01/Jun/2020 19:05:06] "GET /prometheus HTTP/1.1" 200 - 2020-06-01 19:05:07,430 - werkzeug:_log:113 - INFO: 127.0.0.6 - - [01/Jun/2020 19:05:07] "GET /prometheus HTTP/1.1" 200 - 2020-06-01 19:05:08,431 - werkzeug:_log:113 - INFO: 127.0.0.6 - - [01/Jun/2020 19:05:08] "GET /prometheus HTTP/1.1" 200 - 2020-06-01 19:05:09,423 - werkzeug:_log:113 - INFO: 127.0.0.6 - - [01/Jun/2020 19:05:09] "GET /prometheus HTTP/1.1" 200 - 2020-06-01 19:05:10,431 - werkzeug:_log:113 - INFO: 127.0.0.6 - - [01/Jun/2020 19:05:10] "GET /prometheus HTTP/1.1" 200 -
we should fine a way to silence those by moving them to DEBUG level
DEBUG
The text was updated successfully, but these errors were encountered:
RafalSkolasinski
Successfully merging a pull request may close this issue.
currently python wrapper is logging LOTS of events when probed by Prometheus:
we should fine a way to silence those by moving them to
DEBUG
levelThe text was updated successfully, but these errors were encountered: