Selaa lähdekoodia

Modify logs content.

undefined
Savorboard 6 vuotta sitten
vanhempi
commit
05f6e66169
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/DotNetCore.CAP/ISubscribeExecutor.Default.cs

+ 1
- 1
src/DotNetCore.CAP/ISubscribeExecutor.Default.cs Näytä tiedosto

@@ -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)


Ladataan…
Peruuta
Tallenna