config reporter #7

Merged
lash merged 3 commits from konstantinmds/visedriver:feature/6-config-reporter-new into master 2025-02-28 00:09:49 +01:00
Showing only changes of commit d91c96f541 - Show all commits

View File

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