Skip to content

Commit

Permalink
Lowers priority of a significantly noisy log entry (cadence-workflow#…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidporter-id-au authored Feb 22, 2022
1 parent eff46e0 commit a192713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/dynamicconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (c *Collection) logValue(
filteredKey := getFilteredKeyAsString(key, filters)
loadedValue, loaded := c.logKeys.LoadOrStore(filteredKey, value)
if !loaded {
c.logger.Info("First loading dynamic config",
c.logger.Debug("First loading dynamic config",
tag.Key(filteredKey), tag.Value(value), tag.DefaultValue(defaultValue))
} else {
// it's loaded before, check if the value has changed
Expand Down

0 comments on commit a192713

Please sign in to comment.