Skip to content

Commit 7a6db78

Browse files
committed
add log
1 parent 80dc1ed commit 7a6db78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ func main() {
2929
LoadGmcConfigFile(gmcConfigPath) // 如果文件存在,从文件读取gmc config
3030
LoadEnvConfig() // 如果环境变量存在,从环境变量读取gmc config,并覆盖
3131
WriteGmcConfigFile(gmcConfigPath) // 内存中的gmc config写到文件
32+
log.Infof("gmc config: %+v", util.MustMarshal(config.Conf))
3233

3334
CreateBotIfEnvAccountExist() // 如果环境变量存在,使用环境变量创建机器人 UIN PASSWORD
3435
InitGin() // 初始化GIN HTTP管理

0 commit comments

Comments
 (0)