瀏覽代碼

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)


Loading…
取消
儲存