Skip to content

Commit

Permalink
Changed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
imbeacon committed Nov 27, 2023
1 parent c0f58f8 commit 3a242fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thingsboard_gateway/tb_utility/tb_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def import_module(extension_type, module_name):
TBModuleLoader.LOADED_CONNECTORS[buffered_module_name] = extension_class[1]
return extension_class[1]
except ImportError as e:
log.exception(e)
log.error(e.msg)
continue
except Exception as e:
log.exception(e)

0 comments on commit 3a242fa

Please sign in to comment.