Skip to content

Commit

Permalink
chore: further log messages refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpop-zengenti committed Sep 4, 2024
1 parent f8d6aae commit fbe9517
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public async Task<EndpointResponse> Invoke(

var measurer = new PageletPerformanceMeasurer(_requestContext.TraceEnabled, autoStart: true);

_logger.LogInformation("Making request to {Uri}", routeInfo.Uri);
_logger.LogDebug("Making request to {Uri}", routeInfo.Uri);

var isStreamingRequestMessage = routeInfo.BlockVersionInfo != null &&
(httpMethod == HttpMethod.Post ||
Expand Down

0 comments on commit fbe9517

Please sign in to comment.