Merge pull request '1' (#487) from feat-IRONFANS-133-Robin into test
Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/487
This commit is contained in:
commit
565ea600a1
|
@ -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)
|
||||
|
||||
// 初始化短信服务
|
||||
|
|
Loading…
Reference in New Issue