From 318f2771ea829831dc7387d4432c173895826bee Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Mon, 13 Jun 2022 22:36:54 +0800 Subject: [PATCH] fix(sync): close detail log --- source/libs/sync/src/syncMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/sync/src/syncMain.c b/source/libs/sync/src/syncMain.c index e6aa8346b0..bbfb19d478 100644 --- a/source/libs/sync/src/syncMain.c +++ b/source/libs/sync/src/syncMain.c @@ -35,7 +35,7 @@ #include "syncVoteMgr.h" #include "tref.h" -bool gRaftDetailLog = true; +bool gRaftDetailLog = false; static int32_t tsNodeRefId = -1; -- GitLab