Skip to content

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

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

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

Conversation

@abrarsheikh
Copy link
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
Copy link
Contributor

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

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
Contributor

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

Copy link
Contributor

@KeeProMise KeeProMise left a comment

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
zzchun pushed a commit to zzchun/ray that referenced this pull request Dec 18, 2025
The old log line was getting executed as part of the control loop
unconditionally.

cc @KeeProMise

Signed-off-by: abrar <abrar@anyscale.com>
Yicheng-Lu-llll pushed a commit to Yicheng-Lu-llll/ray that referenced this pull request Dec 22, 2025
The old log line was getting executed as part of the control loop
unconditionally.

cc @KeeProMise

Signed-off-by: abrar <abrar@anyscale.com>
peterxcli pushed a commit to peterxcli/ray that referenced this pull request Feb 25, 2026
The old log line was getting executed as part of the control loop
unconditionally.

cc @KeeProMise

Signed-off-by: abrar <abrar@anyscale.com>
Signed-off-by: peterxcli <peterxcli@gmail.com>
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