Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 17d8d08

Browse files
authored
[*] change nasty warning into debug message, closes #764 (#784)
1 parent a9abd25 commit 17d8d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgwatch2/pgwatch2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5963,7 +5963,7 @@ func main() {
59635963
verInfo, ok := db_pg_version_map[db]
59645964
db_pg_version_map_lock.RUnlock()
59655965
if !ok {
5966-
log.Warningf("Could not find PG version info for DB %s, skipping shutdown check of metric worker process for %s", db, metric)
5966+
log.Debugf("Could not find PG version info for already removed DB %s, skipping shutdown check of metric worker process for %s", db, metric)
59675967
continue
59685968
}
59695969

0 commit comments

Comments
 (0)