diff --git a/config/reporter.go b/config/reporter.go index 40650da..c81d2ca 100644 --- a/config/reporter.go +++ b/config/reporter.go @@ -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 {