Skip to content

[Core] Tee the output of ray start --block to log file as well #57941

@jjyao

Description

@jjyao

Description

One nice thing about ray start --block is that it will print out the exit code of processes that it starts such as raylet so if raylet is kill -9ed then we will know from the output. This is very useful to figure out why raylet crashes in some cases. Currently it's only send to stdout but if users don't save it, it's lost. We should also tee the logs to a log file as well.

Use case

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Issue that should be fixed within a few weekscoreIssues that should be addressed in Ray CoreenhancementRequest for new feature and/or capability

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions