Skip to content

Commit ff89686

Browse files
Update pkg/epp/requestcontrol/director.go
Co-authored-by: Nir Rozenbaum <[email protected]>
1 parent 91e7c63 commit ff89686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/epp/requestcontrol/director.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ func (d *Director) runResponseReceivedPlugins(ctx context.Context, request *sche
369369
func (d *Director) runResponseStreamingPlugins(ctx context.Context, request *schedulingtypes.LLMRequest, response *Response, targetPod *backend.Pod) {
370370
loggerTrace := log.FromContext(ctx).V(logutil.TRACE)
371371
for _, plugin := range d.requestControlPlugins.responseStreamingPlugins {
372-
loggerTrace.Info("Running post-response chunk plugin", "plugin", plugin.TypedName())
372+
loggerTrace.Info("Running ResponseStreaming plugin", "plugin", plugin.TypedName())
373373
before := time.Now()
374374
plugin.ResponseStreaming(ctx, request, response, targetPod)
375375
metrics.RecordPluginProcessingLatency(ResponseStreamingExtensionPoint, plugin.TypedName().Type, plugin.TypedName().Name, time.Since(before))

0 commit comments

Comments
 (0)