Merge log files

This commit is contained in:
wenxu12345
2022-03-31 11:15:06 +08:00
parent 60418276bd
commit ecd2f0e2bf
17 changed files with 41 additions and 34 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ type officeServer struct {
}
func NewOfficeServer(port int) *officeServer {
log.NewPrivateLog("office")
log.NewPrivateLog(constant.LogFileName)
return &officeServer{
rpcPort: port,
rpcRegisterName: config.Config.RpcRegisterName.OpenImOfficeName,