Explorar el Código

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 hace 11 meses
padre
commit
289c7f4c21
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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"