chore(parsers.grok): Improve non-matching debug message (#15318)
This commit is contained in:
parent
e3f03ff500
commit
28cfad68d2
|
|
@ -214,7 +214,7 @@ func (p *Parser) ParseLine(line string) (telegraf.Metric, error) {
|
|||
}
|
||||
|
||||
if len(values) == 0 {
|
||||
p.Log.Debugf("Grok no match found for: %q", line)
|
||||
p.Log.Debugf("Grok no match found for or no data extracted from: %q", line)
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue