refactor(sync): set gRaftDetailLog true

This commit is contained in:
Minghao Li 2022-06-09 14:18:57 +08:00
parent ee32302101
commit 7ae6d8f77d
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;