diff --git a/lib/c/src/ccat/client.c b/lib/c/src/ccat/client.c index 9efed2a45c..c4efbd283c 100644 --- a/lib/c/src/ccat/client.c +++ b/lib/c/src/ccat/client.c @@ -102,11 +102,11 @@ static void catClientInitInnerForked() { // Disable the heartbeat if the process is forked from another thread. g_config.enableHeartbeat = 0; - INNER_LOG(CLOG_INFO, "Master process has been forked, heartbeat will be disabled."); + // INNER_LOG(CLOG_INFO, "Master process has been forked, heartbeat will be disabled."); if (g_config.enableAutoInitialize) { catClientInitInner(); - INNER_LOG(CLOG_INFO, "All cat threads has been reestablished automatically."); + // INNER_LOG(CLOG_INFO, "All cat threads has been reestablished automatically."); } }