Skip to content

[Serve] Bug fix: controller logs are too verbose#59501

Merged
abrarsheikh merged 1 commit into
masterfrom
59222-abrar-bug
Dec 17, 2025
Merged

[Serve] Bug fix: controller logs are too verbose#59501
abrarsheikh merged 1 commit into
masterfrom
59222-abrar-bug

Conversation

@abrarsheikh

Copy link
Copy Markdown
Contributor

The old log line was getting executed as part of the control loop unconditionally.

cc @KeeProMise

Signed-off-by: abrar <abrar@anyscale.com>
@abrarsheikh abrarsheikh requested a review from a team as a code owner December 17, 2025 06:56
@abrarsheikh abrarsheikh added the go add ONLY when ready to merge, run all tests label Dec 17, 2025

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request effectively addresses the issue of verbose controller logs by moving the deployment logging statements and changing their level from INFO to DEBUG. The changes are well-placed after the early-exit condition, ensuring that logs are only generated when a deployment or update is actually occurring. This is a good improvement for log clarity and reduces unnecessary noise. The implementation is clean and correct. I have no further suggestions.

@abrarsheikh abrarsheikh enabled auto-merge (squash) December 17, 2025 07:01
@ray-gardener ray-gardener Bot added serve Ray Serve Related Issue observability Issues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or Profiling labels Dec 17, 2025
@KeeProMise

Copy link
Copy Markdown
Contributor

Hi @abrarsheikh The previous modification did have this issue. This fix LGTM.

@KeeProMise KeeProMise left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@abrarsheikh abrarsheikh merged commit 88c8b9d into master Dec 17, 2025
7 checks passed
@abrarsheikh abrarsheikh deleted the 59222-abrar-bug branch December 17, 2025 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

go add ONLY when ready to merge, run all tests observability Issues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or Profiling serve Ray Serve Related Issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants