Skip to content

Commit

Permalink
Change no metric error message to debug level (#6630)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8d52f5a)
  • Loading branch information
nwneisen authored and danielnelson committed Nov 7, 2019
1 parent b258a84 commit bc599c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/accumulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (ac *accumulator) AddError(err error) {
return
}
NErrors.Incr(1)
log.Printf("E! [%s] Error in plugin: %v", ac.maker.LogName(), err)
log.Printf("D! [%s] Error in plugin: %v", ac.maker.LogName(), err)
}

func (ac *accumulator) SetPrecision(precision time.Duration) {
Expand Down

0 comments on commit bc599c8

Please sign in to comment.