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