Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: kaihsun <[email protected]>
  • Loading branch information
kevin85421 committed Nov 25, 2024
1 parent 518171e commit d4adeaa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/ray/scripts/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4adeaa

Please sign in to comment.