zhangqian
2023-10-21 a7e5430cf06a82f7c17b6565bd9f1ce581187adb
打印数据同步日志
1个文件已修改
2 ■■■ 已修改文件
serf/sync.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
serf/sync.go
@@ -371,7 +371,7 @@
}
func (ss *SyncServer) handleClusterMessage(msg []byte) {
    //fmt.Println("clusterMessage:", string(msg))
    logx.Infof("clusterMessage:", string(msg))
    sql := string(msg)
    if len(sql) <= 0 {