Skip to content

Commit

Permalink
Extremely small Correspondence debug addition (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielskovli authored Dec 18, 2024
1 parent 1324346 commit ce63710
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 async Task<GetCorrespondenceStatusResponse> GetStatus(
CancellationToken cancellationToken = default
)
{
_logger.LogDebug("Fetching correspondence status");
_logger.LogDebug("Fetching correspondence status for {CorrespondenceId}", payload.CorrespondenceId);
using Activity? activity = _telemetry?.StartCorrespondenceStatusActivity(payload.CorrespondenceId);

try
Expand Down

0 comments on commit ce63710

Please sign in to comment.