refactor(sync): set gRaftDetailLog true
This commit is contained in:
parent
ee32302101
commit
7ae6d8f77d
|
@ -35,7 +35,7 @@
|
|||
#include "syncVoteMgr.h"
|
||||
#include "tref.h"
|
||||
|
||||
bool gRaftDetailLog = true;
|
||||
bool gRaftDetailLog = false;
|
||||
|
||||
static int32_t tsNodeRefId = -1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue