mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 03:10:54 +08:00
[Logging] Remove per worker job log file / support worker log rotation (#11927)
* In progress. * MVP done. * In Progress. * Remove unnecessay code. * Fix some issues. * Fix test failures. * Addressed code review + fix object spilling test failure.
This commit is contained in:
@@ -17,7 +17,7 @@ from ray.autoscaler._private.constants import \
|
||||
import ray.gcs_utils
|
||||
import ray.utils
|
||||
import ray.ray_constants as ray_constants
|
||||
from ray.utils import setup_logger
|
||||
from ray.ray_logging import setup_logger
|
||||
from ray._raylet import GlobalStateAccessor
|
||||
|
||||
import redis
|
||||
|
||||
Reference in New Issue
Block a user