kubernetes / node-problem-detector

This is a place for various problem detectors running on the Kubernetes nodes.
Apache License 2.0
2.98k stars 628 forks source link

Non matching lines logged as error. #945

Open nikhil-bhat opened 1 month ago

nikhil-bhat commented 1 month ago

In filelog lines that don`t match the regex are logged as error with level warning.

This results in lot of logs generated from the npd daemonset. Shouldn`t the log level in the case be debug instead of warning

hakman commented 3 weeks ago

@nikhil-bhat Could you add a little more context here, maybe a sample from a log file? Thanks!