Skip to content

Commit

Permalink
Change loglevel (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgheysels authored Dec 20, 2024
1 parent 0c93d3c commit 458e8ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ private async Task AbandonMessageMatchedHandlerFailedAsync(ServiceBusReceiver me
{
if (messageReceiver != null)
{
Logger.LogError("Failed to process Azure Service Bus message '{MessageId}' in pump '{JobId}' as the matched message handler did not successfully processed the message and no fallback message handlers configured, abandoning message!", message.MessageId, messageContext.JobId);
Logger.LogDebug("Failed to process Azure Service Bus message '{MessageId}' in pump '{JobId}' as the matched message handler did not successfully process the message and no fallback message handlers configured, abandoning message!", message.MessageId, messageContext.JobId);
await messageReceiver.AbandonMessageAsync(message);
}
}
Expand Down

0 comments on commit 458e8ae

Please sign in to comment.