mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-10 19:21:25 +00:00
This is the only log message which didn't specify a level in the postgres_exporter. I am unsure if this log message should be info or debug, but leaning towards the more important since previously it would just always log. The way I validated this was the only non-leveled logger was via grep. Both of these only returned this callsite previously: git grep 'logger\.Log' git grep '\.Log(' | grep -v level Signed-off-by: Keegan Carruthers-Smith <keegan.csmith@gmail.com> |
||
---|---|---|
.. | ||
tests | ||
datasource.go | ||
main.go | ||
namespace.go | ||
pg_setting_test.go | ||
pg_setting.go | ||
postgres_exporter_integration_test.go | ||
postgres_exporter_test.go | ||
postgres_exporter.go | ||
probe.go | ||
queries.go | ||
server.go | ||
util.go |