Sfoglia il codice sorgente

Logging: remove excessive library logging

Having debug logging from libraries is usually just information overload,
and when users post them unfiltered can reveal sensitive information about
their install.
In cases where they are really needed, the users will have to enable them
the old fashioned configuration.yaml way, and restart HA (or maybe a reload
of some sort will work).
Jason Rumney 9 mesi fa
parent
commit
289c7f4c21
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      custom_components/tuya_local/manifest.json

+ 0 - 5
custom_components/tuya_local/manifest.json

@@ -10,11 +10,6 @@
     "integration_type": "device",
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
-    "loggers": [
-        "tuya_local",
-        "tinytuya",
-        "tuya_sharing"
-    ],
     "requirements": [
         "tinytuya==1.17.0",
         "tuya-device-sharing-sdk~=0.2.1"