Skip to content

Commit

Permalink
reduce a proxy log line's verbosity (#8732)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored Jul 31, 2024
1 parent 8ee51aa commit a09e26d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public RecordEntry Lookup(RecordEntry requestEntry, RecordMatcher matcher, IEnum
if (remove)
{
Entries.Remove(entry);
DebugLogger.LogInformation($"We successfully matched and popped request URI {entry.RequestUri} for recordingId {sessionId}");
DebugLogger.LogDebug($"We successfully matched and popped request URI {entry.RequestUri} for recordingId {sessionId}");
}

return entry;
Expand Down

0 comments on commit a09e26d

Please sign in to comment.