ソースを参照

Modify logs content.

undefined
Savorboard 6年前
コミット
46c8dc8948
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/DotNetCore.CAP/ISubscribeExecutor.Default.cs

+ 1
- 1
src/DotNetCore.CAP/ISubscribeExecutor.Default.cs ファイルの表示

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


読み込み中…
キャンセル
保存