This commit is contained in:
Leufolium 2024-05-24 02:44:46 +08:00
parent f7f0e53d5d
commit 3c694f7995
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ func main() {
}
// 初始化日志
fmt.Printf("cfg.oflineserver: %v", cfg.OfflineServer)
fmt.Printf("cfg.oflineserver.log: %v", cfg.OfflineServer.Log)
logger.InitLogger(*cfg.OfflineServer.Log)
// 初始化短信服务