kubernetes / node-problem-detector

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

Non matching lines logged as error. #945

Open nikhil-bhat opened 2 months ago

nikhil-bhat commented 2 months 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 2 months ago

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