日志文件名优化

This commit is contained in:
waze
2021-04-12 14:38:13 +08:00
parent 98cd055ddd
commit 9d5f487110
3 changed files with 19 additions and 11 deletions

View File

@@ -231,3 +231,7 @@ func (cls *Cluster) triggerRpcEvent (bConnect bool,nodeId int) {
}
}
func (cls *Cluster) GetLocalNodeInfo() *NodeInfo {
return &cls.localNodeInfo
}