From a4c98e4b6436a7ef5ab092d61bcc771c23f9d521 Mon Sep 17 00:00:00 2001 From: dev02 Date: Thu, 16 Nov 2023 17:55:38 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=BE=8C=E7=AB=AF]=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=8E=92=E7=A8=8Blog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BackendWorkerService/Quartz/Jobs/WeatherAPIJob.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BackendWorkerService/Quartz/Jobs/WeatherAPIJob.cs b/BackendWorkerService/Quartz/Jobs/WeatherAPIJob.cs index 781a044..e0127e6 100644 --- a/BackendWorkerService/Quartz/Jobs/WeatherAPIJob.cs +++ b/BackendWorkerService/Quartz/Jobs/WeatherAPIJob.cs @@ -271,6 +271,7 @@ namespace BackendWorkerService.Quartz.Jobs catch (Exception ex) { await task_Detail.WorkFail("WeatherAPI", "api_rain", ex.Message.ToString()); + logger.LogError($"apirain error: {ex}, {ex.InnerException}, {ex.Message}"); } }