You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After pulling out the latest source code (11 Jan) I faced with a problem of invalid configuration of each my mqtt connector.
There are magic lines of code in tb_gateway_service.py which my configurations cannot pass. The debugger pointed me out to an absent logLevel. Where this field should be set?
if ("logLevel" in connector_config["config"][config] and "name" in connector_config["config"][config] and len(connector_config["config"][config].keys()) > 3) or \
("logLevel" not in connector_config["config"][config] and "name" not in connector_config["config"][config] and len(connector_config["config"][config].keys()) > 1)
Describe the bug
After pulling out the latest source code (11 Jan) I faced with a problem of invalid configuration of each my mqtt connector.
There are magic lines of code in
tb_gateway_service.py
which my configurations cannot pass. The debugger pointed me out to an absentlogLevel
. Where this field should be set?Here is one of connector's configuration:
And here is snippet from
tb_gateway.json
The text was updated successfully, but these errors were encountered: