From b16879905442006b4f1a42e405eed44bb55490d9 Mon Sep 17 00:00:00 2001 From: David <8933824+durd@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:06:00 +0200 Subject: [PATCH] changed logging for bh1750 sensor to INFO logger component defaults logging to DEBUG. The bh1750 logs it's value for each readout as DEBUG log. This changes the logging level for bh1750.sensor to INFO. --- f2/yaml/human-sensor-f2-stable-github.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/f2/yaml/human-sensor-f2-stable-github.yaml b/f2/yaml/human-sensor-f2-stable-github.yaml index cb611bf..d2cbb33 100644 --- a/f2/yaml/human-sensor-f2-stable-github.yaml +++ b/f2/yaml/human-sensor-f2-stable-github.yaml @@ -98,6 +98,8 @@ globals: improv_serial: logger: + logs: + bh1750.sensor: INFO debug: update_interval: 30s