From 2787963296f87afdf986df13724ff29ce0ff99cd Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Wed, 31 Jul 2024 10:58:19 -0700 Subject: [PATCH] reduce verbosity --- .../Azure.Sdk.Tools.TestProxy/Common/RecordSession.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/RecordSession.cs b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/RecordSession.cs index d8ad2a76a4d..37cdda83b09 100644 --- a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/RecordSession.cs +++ b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/RecordSession.cs @@ -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;