fix: 注释掉日志输出以减少启动时的冗余信息
This commit is contained in:
@@ -80,7 +80,7 @@ func initViper(configDir *embed.FS) {
|
||||
|
||||
// 当期服务环境运行配置 => local
|
||||
env := conf.GetString("env")
|
||||
log.Printf("current service environment configuration => %s \n", env)
|
||||
// log.Printf("current service environment configuration => %s \n", env)
|
||||
|
||||
// 加载运行配置文件合并相同配置
|
||||
envConfigPath := fmt.Sprintf("config/config.%s.yaml", env)
|
||||
|
||||
Reference in New Issue
Block a user