Browse Source

remove heartbeat log

Grant Limberg 3 years ago
parent
commit
c3a42bf590
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/PostgreSQL.cpp

+ 1 - 1
controller/PostgreSQL.cpp

@@ -794,7 +794,7 @@ void PostgreSQL::heartbeat()
 	const char *hostname = hostnameTmp;
 	const char *hostname = hostnameTmp;
 
 
 	while (_run == 1) {
 	while (_run == 1) {
-		fprintf(stderr, "%s: heartbeat\n", controllerId);
+		// fprintf(stderr, "%s: heartbeat\n", controllerId);
 		auto c = _pool->borrow();
 		auto c = _pool->borrow();
 		int64_t ts = OSUtils::now();
 		int64_t ts = OSUtils::now();