Skip to content

Commit

Permalink
Remove unnecessary logged object
Browse files Browse the repository at this point in the history
  • Loading branch information
boma96 committed Oct 3, 2024
1 parent 3222a4f commit 5528a71
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ public async Task<TResponse> Handle(TRequest request, RequestHandlerDelegate<TRe
var stopwatch = new Stopwatch();

_logger.LogInformation(
$"Submitting {{@Test}} request {{Request}} with payload {{@{requestName}}} and with id {{RequestId}}",
new { Test = 2 },
$"Submitting request {{Request}} with payload {{@{requestName}}} and with id {{RequestId}}",
requestName,
request,
requestId
Expand Down

0 comments on commit 5528a71

Please sign in to comment.