-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weeksbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn't
Description
What is the problem?
Ray version and other system information (Python version, TensorFlow version, OS): 0.9dev
When multiple raylets are started locally, it used to be that they would each log to a separate file, e.g., raylet.1.out, raylet.2.out, etc. Now, they all log to raylet.out, which makes it harder to debug.
Reproduction (REQUIRED)
Any checked in pytest that starts a local cluster. For example, RAY_BACKEND_LOG_LEVEL=debug pytest -sv python/ray/tests/test_advanced.py::test_wait_cluster
- I have verified my script runs in a clean environment and reproduces the issue.
- I have verified the issue also occurs with the latest wheels.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weeksbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn't