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}"); } }