mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 17:02:43 +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:
@@ -97,7 +97,7 @@ def add_click_options(options):
|
||||
@click.version_option()
|
||||
def cli(logging_level, logging_format):
|
||||
level = logging.getLevelName(logging_level.upper())
|
||||
ray.utils.setup_logger(level, logging_format)
|
||||
ray.ray_logging.setup_logger(level, logging_format)
|
||||
cli_logger.set_format(format_tmpl=logging_format)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user