1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-12 14:02:47 +03:00

Fix broken log-level for values other than debug.

Signed-off-by: Harkishen Singh <harkishensingh@hotmail.com>
This commit is contained in:
Harkishen Singh
2021-07-14 13:38:25 +05:30
parent 57719ba53c
commit c1ab341279
11 changed files with 14 additions and 203 deletions

View File

@@ -19,7 +19,7 @@ import (
"strconv"
"strings"
"github.com/go-kit/kit/log/level"
"github.com/go-kit/log/level"
"github.com/prometheus/client_golang/prometheus"
)