forked from platypush/platypush
Print the full exception stack trace if .status
fails.
This commit is contained in:
parent
b3a0896485
commit
2d618188c8
1 changed files with 1 additions and 0 deletions
|
@ -408,6 +408,7 @@ class SensorPlugin(RunnablePlugin, SensorEntityManager, ABC):
|
|||
e,
|
||||
sleep_retry_secs,
|
||||
)
|
||||
self.logger.exception(e)
|
||||
self.wait_stop(sleep_retry_secs)
|
||||
sleep_retry_secs = min(
|
||||
sleep_retry_secs * 2,
|
||||
|
|
Loading…
Reference in a new issue