fix: 注释掉日志输出以减少启动时的冗余信息

This commit is contained in:
TsMask
2025-05-22 19:30:07 +08:00
parent deddd08a25
commit 64b82821f7
4 changed files with 6 additions and 6 deletions

View File

@@ -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)