Skip to content

Commit c463163

Browse files
ademidoffBupycHuk
andauthored
PMM-7 Reduce log noise (#327)
Co-authored-by: Nurlan Moldomurov <[email protected]>
1 parent 8bd6855 commit c463163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/postgres_exporter/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func NewServer(dsn string, opts ...ServerOpt) (*Server, error) {
7272
db.SetMaxOpenConns(1)
7373
db.SetMaxIdleConns(1)
7474

75-
level.Info(logger).Log("msg", "Established new database connection", "fingerprint", fingerprint)
75+
level.Debug(logger).Log("msg", "Established new database connection", "fingerprint", fingerprint)
7676

7777
s := &Server{
7878
db: db,

0 commit comments

Comments
 (0)