Change no metric error message to debug level (#6630)
This commit is contained in:
parent
e4170339b1
commit
8d52f5a4b2
|
@ -111,7 +111,7 @@ func (ac *accumulator) AddError(err error) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
NErrors.Incr(1)
|
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) {
|
func (ac *accumulator) SetPrecision(precision time.Duration) {
|
||||||
|
|
Loading…
Reference in New Issue