mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 09:28:27 +08:00
[cli] Support non-interactive logging (#10203)
* add non-interactive logging * logger * add formatter support, add flag * checkpoint * format * fix-interactive * fixup * fomrmat * fix * revert * fix * fix * fix * fix * fx * fix-test * fix-commands Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
@@ -445,6 +445,7 @@ class SSHCommandRunner(CommandRunnerInterface):
|
||||
if not cli_logger.old_style and not with_output:
|
||||
return run_cmd_redirected(
|
||||
final_cmd,
|
||||
process_runner=self.process_runner,
|
||||
silent=silent,
|
||||
use_login_shells=is_using_login_shells())
|
||||
if with_output:
|
||||
|
||||
Reference in New Issue
Block a user