From b65ebef72b945b879dd21e40b833033b842a6981 Mon Sep 17 00:00:00 2001 From: H Vs Date: Tue, 12 Mar 2024 16:09:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HealthMonitor.WebApi/Worker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HealthMonitor.WebApi/Worker.cs b/HealthMonitor.WebApi/Worker.cs index 4ee68fb..3c59d66 100644 --- a/HealthMonitor.WebApi/Worker.cs +++ b/HealthMonitor.WebApi/Worker.cs @@ -461,7 +461,7 @@ namespace HealthMonitor.WebApi } else { - _logger.LogInformation($"错误响应,没有下推数据"); + _logger.LogInformation($"错误响应,没有下推数据:{response.Message}"); } } }