Skip to content

Commit b839d7f

Browse files
committed
that's the right line
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent a947d20 commit b839d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/epp/scheduling/plugins/prefix/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func (m *Plugin) matchLongestPrefix(ctx *types.SchedulingContext, hashes []Block
186186
hash := hashes[i]
187187
cachedServers := m.indexer.Get(hash)
188188
if len(cachedServers) > 0 {
189-
ctx.Logger.V(logutil.DEBUG).Info("Found cached servers", "cachedServers", cachedServers, "total # blocks", len(hashes), "longest prefix", i)
189+
ctx.Logger.V(logutil.TRACE).Info("Found cached servers", "cachedServers", cachedServers, "total # blocks", len(hashes), "longest prefix", i)
190190
for server := range cachedServers {
191191
// Update servers with their longest prefix match.
192192
// If we already found this server with longer prefix match, don't update it.

0 commit comments

Comments
 (0)