Merge remote-tracking branch 'origin/master' into feature/6-config-reporter-new

This commit is contained in:
lash 2025-03-15 02:25:42 +00:00
commit c8c0daac24

View File

@ -68,7 +68,6 @@ func (c *Config) GetValue(key string) (string, error) {
// Report outputs all configuration values at the specified log level
func (c *Config) Report(level string) {
c.logger.Debugf("Configuration Report:")
for _, cv := range c.values {
value, err := c.GetValue(cv.Key)
if err != nil {