https://github.com/sairson/Yasso/blob/af9e833f02488d89ce425b503d33707d821b2aab/core/logger/logger.go#L43 https://github.com/sairson/Yasso/blob/af9e833f02488d89ce425b503d33707d821b2aab/core/logger/logger.go#L65 都没设置写入权限,在windows下可以正常写入,但是在 linux 下就没办法写入了。在代码中追加 `| os.O_WRONLY` 就可以写入了
Yasso/core/logger/logger.go
Line 43 in af9e833
Yasso/core/logger/logger.go
Line 65 in af9e833
都没设置写入权限,在windows下可以正常写入,但是在 linux 下就没办法写入了。在代码中追加
| os.O_WRONLY就可以写入了