Loading src/simap_connector/service/telemetry/TelemetryWorker.py +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ class TelemetryWorker(threading.Thread): except Exception: MSG = '[run][{:s}] Unhandled Exception' LOGGER.info(MSG.format(str(self._worker_name))) LOGGER.exception(MSG.format(str(self._worker_name))) finally: MSG = '[run][{:s}] Terminated' LOGGER.info(MSG.format(str(self._worker_name))) Loading
src/simap_connector/service/telemetry/TelemetryWorker.py +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ class TelemetryWorker(threading.Thread): except Exception: MSG = '[run][{:s}] Unhandled Exception' LOGGER.info(MSG.format(str(self._worker_name))) LOGGER.exception(MSG.format(str(self._worker_name))) finally: MSG = '[run][{:s}] Terminated' LOGGER.info(MSG.format(str(self._worker_name)))