Skip to content

Commit

Permalink
Merge pull request #1248 from samson0v/master
Browse files Browse the repository at this point in the history
Changed log level from ERROR to WARNING when connectors were not found
  • Loading branch information
imbeacon authored Dec 5, 2023
2 parents ff2f084 + 9535a57 commit 680484b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thingsboard_gateway/gateway/tb_gateway_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ def _load_connectors(self, config=None):
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!")
self.__init_remote_configuration(force=True)
log.info("Remote configuration is enabled forcibly!")

Expand Down

0 comments on commit 680484b

Please sign in to comment.