From c3a42bf59035dea269ca4e3296bd28321c0424ed Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Thu, 2 Sep 2021 16:46:42 -0700 Subject: [PATCH] remove heartbeat log --- controller/PostgreSQL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index 8a063e929..89f5cb9ba 100644 --- a/controller/PostgreSQL.cpp +++ b/controller/PostgreSQL.cpp @@ -794,7 +794,7 @@ void PostgreSQL::heartbeat() const char *hostname = hostnameTmp; while (_run == 1) { - fprintf(stderr, "%s: heartbeat\n", controllerId); + // fprintf(stderr, "%s: heartbeat\n", controllerId); auto c = _pool->borrow(); int64_t ts = OSUtils::now();