Ver a proveniência

Modify logs content.

undefined
Savorboard há 6 anos
ascendente
cometimento
46c8dc8948
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/DotNetCore.CAP/ISubscribeExecutor.Default.cs

+ 1
- 1
src/DotNetCore.CAP/ISubscribeExecutor.Default.cs Ver ficheiro

@@ -72,7 +72,7 @@ namespace DotNetCore.CAP
}
catch (Exception ex)
{
_logger.ExceptionOccuredWhileExecuting(message.Name, ex);
_logger.LogError(ex, $"An exception occurred while executing the subscription method. Topic:{message.Name}, Id:{message.Id}");

await SetFailedState(message, ex, out bool stillRetry);
if (stillRetry)


Carregando…
Cancelar
Guardar