feat: 配置优化梳理
This commit is contained in:
@@ -47,7 +47,12 @@ func (gm *GroupManager) Initialize() error {
|
||||
g := *group
|
||||
g.EffectiveConfig = gm.settingsManager.GetEffectiveConfig(g.Config)
|
||||
groupMap[g.Name] = &g
|
||||
logrus.WithFields(logrus.Fields{
|
||||
"group_name": g.Name,
|
||||
"effective_config": g.EffectiveConfig,
|
||||
}).Debug("Loaded group with effective config")
|
||||
}
|
||||
|
||||
return groupMap, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user