1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00

Changed log level from ERROR to WARNING when connectors were not found

This commit is contained in:
samson0v
2023-12-05 09:59:55 +02:00
parent ff2f084ca7
commit fa7b42076c

View File

@@ -769,7 +769,7 @@ class TBGatewayService:
if connectors_persistent_keys:
self.__save_persistent_keys(connectors_persistent_keys)
else:
log.error("Connectors - not found! Check your configuration!")
log.warning("Connectors - not found! Check your configuration!")
self.__init_remote_configuration(force=True)
log.info("Remote configuration is enabled forcibly!")