diff --git a/python/sglang/srt/utils/watchdog.py b/python/sglang/srt/utils/watchdog.py index d4fde7406..092ff887f 100644 --- a/python/sglang/srt/utils/watchdog.py +++ b/python/sglang/srt/utils/watchdog.py @@ -193,9 +193,6 @@ class SubprocessWatchdog: target=self._monitor_loop, daemon=True, name="subprocess-watchdog" ) self._thread.start() - logger.info( - f"SubprocessWatchdog started, monitoring {len(self._processes)} process(es)" - ) def stop(self) -> None: self._stop_event.set()