Skip to content

Commit

Permalink
runtime env log change reverted
Browse files Browse the repository at this point in the history
Signed-off-by: ujjawal-khare <[email protected]>
  • Loading branch information
ujjawal-khare committed Oct 15, 2024
1 parent 15349e7 commit b54ad7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/dashboard/modules/job/job_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ async def submit_job(
)

driver_logger = self._get_job_driver_logger(submission_id)
driver_logger.info("Runtime env is setting up.")
# Wait for the actor to start up asynchronously so this call always
# returns immediately and we can catch errors with the actor starting
# up.
Expand All @@ -528,6 +527,7 @@ async def submit_job(
f"Started a ray job {submission_id}.", submission_id=submission_id
)

driver_logger.info("Runtime env is setting up.")
supervisor = self._supervisor_actor_cls.options(
lifetime="detached",
name=JOB_ACTOR_NAME_TEMPLATE.format(job_id=submission_id),
Expand Down

0 comments on commit b54ad7a

Please sign in to comment.