This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch nicknezis/stmgr-log-cleanup
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 818a7a2f7ecad7c7d0b9d592c42bd8a624f655af
Author: Nicholas Nezis <[email protected]>
AuthorDate: Wed Jan 20 04:28:24 2021 -0500

    Changed log statement to a debug log
---
 heron/stmgr/src/cpp/manager/tmanager-client.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/heron/stmgr/src/cpp/manager/tmanager-client.cpp 
b/heron/stmgr/src/cpp/manager/tmanager-client.cpp
index 4b170b4..3a960bc 100644
--- a/heron/stmgr/src/cpp/manager/tmanager-client.cpp
+++ b/heron/stmgr/src/cpp/manager/tmanager-client.cpp
@@ -226,7 +226,7 @@ void TManagerClient::OnReConnectTimer() {
 }
 
 void TManagerClient::OnHeartbeatTimer() {
-  LOG(INFO) << "Sending heartbeat" << std::endl;
+  DLOG(INFO) << "Sending heartbeat" << std::endl;
   // The timer has triggered the callback, so reset the timer_id;
   heartbeat_timer_id = 0;
   SendHeartbeatRequest();

Reply via email to