Browse Source

trying to figure out what the name of the rpi.gpio logger is

digital 8 years ago
parent
commit
784463a27b
1 changed files with 5 additions and 1 deletions
  1. 5 1
      config/logging.yaml

+ 5 - 1
config/logging.yaml

@@ -49,7 +49,11 @@ loggers:
         handlers: [chandler]
         propagate: no
         # handlers: [chandler,fh_client_chat]
-    RPi:
+    RPi.GPIO:
+        level: DEBUG
+        handlers: [chandler]
+        propagate: no
+    GPIO:
         level: DEBUG
         handlers: [chandler]
         propagate: no