fix(sync): close detail log

This commit is contained in:
Shengliang Guan 2022-06-13 22:36:54 +08:00
parent be3de7b7df
commit 318f2771ea
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#include "syncVoteMgr.h"
#include "tref.h"
bool gRaftDetailLog = true;
bool gRaftDetailLog = false;
static int32_t tsNodeRefId = -1;