日志文件以追加方式打开

This commit is contained in:
boyce
2019-02-13 17:07:51 +08:00
parent 1ef059e236
commit fc5ce025a3
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ func (slf *CServiceManager) Start(exit chan bool, pwaitGroup *sync.WaitGroup) bo
}
pwaitGroup.Add(1)
go slf.CheckServiceTimeTimeout(exit, pwaitGroup)
//go slf.CheckServiceTimeTimeout(exit, pwaitGroup)
return true
}