feat: 更改 debug 模块为 log 模块 #11

This commit is contained in:
Mmx233
2022-09-01 14:31:11 +08:00
parent e90d58a506
commit 1b52a311dc
3 changed files with 33 additions and 28 deletions

View File

@@ -36,8 +36,8 @@ func readConfig() {
Guardian: srunModels.Guardian{
Duration: 300,
},
Debug: srunModels.Debug{
LogPath: "./",
Log: srunModels.Log{
FilePath: "./",
},
})