Compare commits

..

No commits in common. "4d14b31fb5ab32f511281a25b2de29555c8b25db" and "34934762f091b9b5237f85b605a0f12e6fa4953a" have entirely different histories.

1 changed files with 2 additions and 6 deletions

View File

@ -69,12 +69,8 @@ namespace IRaCIS.Application.Services.BusinessFilter
{ {
var result = objectResult.Value as IResponseOutput; var result = objectResult.Value as IResponseOutput;
if (!string.IsNullOrWhiteSpace(result.LocalizedInfo)) //统一在这里记录国际化的日志信息
{ _logger.LogWarning($"{result.LocalizedInfo}");
//统一在这里记录国际化的日志信息
_logger.LogWarning($"{result.LocalizedInfo}");
}
} }
else if (statusCode != 200 && !(objectResult.Value is IResponseOutput)) else if (statusCode != 200 && !(objectResult.Value is IResponseOutput))