Log a warning if can't get supervisor process info
This commit is contained in:
parent
2375733d0f
commit
ed55fbca9e
|
@ -94,6 +94,7 @@ class DataSyncThreadView(MasterView):
|
|||
process_info = self.datasync_handler.get_supervisor_process_info()
|
||||
supervisor_error = None
|
||||
except Exception as error:
|
||||
log.warning("failed to get supervisor process info", exc_info=True)
|
||||
process_info = None
|
||||
supervisor_error = simple_error(error)
|
||||
|
||||
|
|
Loading…
Reference in a new issue