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:
@@ -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!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user