Remove logging for subprocess watchdog start (#21968)
This commit is contained in:
@@ -193,9 +193,6 @@ class SubprocessWatchdog:
|
|||||||
target=self._monitor_loop, daemon=True, name="subprocess-watchdog"
|
target=self._monitor_loop, daemon=True, name="subprocess-watchdog"
|
||||||
)
|
)
|
||||||
self._thread.start()
|
self._thread.start()
|
||||||
logger.info(
|
|
||||||
f"SubprocessWatchdog started, monitoring {len(self._processes)} process(es)"
|
|
||||||
)
|
|
||||||
|
|
||||||
def stop(self) -> None:
|
def stop(self) -> None:
|
||||||
self._stop_event.set()
|
self._stop_event.set()
|
||||||
|
|||||||
Reference in New Issue
Block a user