From 31dbbff5b8ef16f6ae7cd79353f62fa998e33ebb Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 21 May 2021 15:40:34 +0800 Subject: [PATCH] Indent JSON. --- .../Volo/Abp/AuditLogging/AuditLogInfoToAuditLogConverter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo/Abp/AuditLogging/AuditLogInfoToAuditLogConverter.cs b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo/Abp/AuditLogging/AuditLogInfoToAuditLogConverter.cs index a26022e65c..f27497324e 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo/Abp/AuditLogging/AuditLogInfoToAuditLogConverter.cs +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo/Abp/AuditLogging/AuditLogInfoToAuditLogConverter.cs @@ -54,7 +54,7 @@ namespace Volo.Abp.AuditLogging ?? new List(); var exceptions = remoteServiceErrorInfos.Any() - ? JsonSerializer.Serialize(remoteServiceErrorInfos, indented: false) + ? JsonSerializer.Serialize(remoteServiceErrorInfos, indented: true) : null; var comments = auditLogInfo