Просмотр исходного кода

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 месяцев назад
Родитель
Сommit
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"