Skip to content

Commit

Permalink
Change no metric error message to debug level (influxdata#6630)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen authored and Mathieu Lecarme committed Apr 17, 2020
1 parent 0139380 commit a24b46b
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 a24b46b

Please sign in to comment.