From d4adeaa35ae2c68c034e09d3904c1f8cce8c91ba Mon Sep 17 00:00:00 2001 From: kaihsun Date: Mon, 25 Nov 2024 19:37:13 +0000 Subject: [PATCH] update Signed-off-by: kaihsun --- python/ray/scripts/scripts.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python/ray/scripts/scripts.py b/python/ray/scripts/scripts.py index ee82322103e8..eed702bb7438 100644 --- a/python/ray/scripts/scripts.py +++ b/python/ray/scripts/scripts.py @@ -626,8 +626,10 @@ def debug(address: str, verbose: bool): "--include-log-monitor", default=None, type=bool, - help="If set to True or left unset, a log monitor will start to monitor " - "the log files of all processes on this node and push their contents to GCS.", + help="If set to True or left unset, a log monitor will start monitoring " + "the log files of all processes on this node and push their contents to GCS. " + "Only one log monitor should be started per physical host to avoid log " + "duplication on the driver process.", ) @add_click_logging_options @PublicAPI