mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
Extra fix ray client newline (#13577)
This commit is contained in:
@@ -69,7 +69,7 @@ class LogstreamClient:
|
||||
msg: The content of the message
|
||||
"""
|
||||
print_file = sys.stderr if level == -2 else sys.stdout
|
||||
print(msg, file=print_file)
|
||||
print(msg, file=print_file, end="")
|
||||
|
||||
def set_logstream_level(self, level: int):
|
||||
logger.setLevel(level)
|
||||
|
||||
Reference in New Issue
Block a user