Fan Zhaogui

Results 1 comments of Fan Zhaogui

创建路径后,日志文件没有创建 `2023/04/05 00:56:47 Fail to OpenFile: open runtime/logs/log20230405.log : The system cannot find the file specified. exit status 1 ` ```go func openLogFile(filePath string) *os.File { _, err := os.Stat(filePath)...