squat / generic-device-plugin

A Kubernetes device plugin to schedule generic Linux devices
Apache License 2.0
198 stars 22 forks source link

Change log level of no USB devices #18

Closed dejanzelic closed 1 year ago

dejanzelic commented 1 year ago

There was an original comment that stated:

Should this be a Warn? It's very unusual, that's for sure...

However, I believe it should be Debug. Any node that doesn't have USB devices attached will be flooded with logs stating that no USB devices. In many clusters, nodes don't have a USB device attached and this information is only useful if debugging in those cases.

This issue was originally raised in https://github.com/squat/generic-device-plugin/issues/17

squat commented 1 year ago

Thanks again @dejanzelic! cc @duckfullstop