pi-hole / FTL

The Pi-hole FTL engine
https://pi-hole.net
Other
1.34k stars 187 forks source link

Demote hwmon warning log to debug #1909

Closed PromoFaux closed 3 months ago

PromoFaux commented 3 months ago

What does this PR aim to accomplish?:

While testing various branches and avenues in Docker Desktop on windows - I note the message "Cannot open /sys/class/hwmon..." pops up every now and again and can fill the log.

Suggested change is to move it to DEBUG_API, unless there is a reason that this should fill up the log when not detected?

Before image

After image


By submitting this pull request, I confirm the following:

  1. I have read and understood the contributors guide, as well as this entire template. I understand which branch to base my commits and Pull Requests against.
  2. I have commented my proposed changes within the code and I have tested my changes.
  3. I am willing to help maintain this change if there are issues with it later.
  4. It is compatible with the EUPL 1.2 license
  5. I have squashed any insignificant commits. (git rebase)