Преглед изворни кода

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 пре 11 месеци
родитељ
комит
289c7f4c21
1 измењених фајлова са 0 додато и 5 уклоњено
  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"