Skip to content

Commit

Permalink
somehow we're not getting the exception logs when proxy is 404ing. so…
Browse files Browse the repository at this point in the history
…mething else is going on, but i can't tell what it is. adding a log right as the exception is generated
  • Loading branch information
scbedd committed Oct 25, 2023
1 parent 6da35fa commit f8c467f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using Azure.Core;
Expand Down Expand Up @@ -244,6 +244,8 @@ private string GenerateException(RecordEntry request, RecordEntry bestScoreEntry

CompareBodies(request.Request.Body, bestScoreEntry.Request.Body, builder);

System.Console.WriteLine(builder.ToString());

return builder.ToString();
}

Expand Down

0 comments on commit f8c467f

Please sign in to comment.