Commit f99720fe authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

SIMAP Connector:

- Fixed exception logging in TelemetryWorker
parent dae44772
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)))