فهرست منبع

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"