diff --git a/Marco.Pms.Services/Controllers/DashboardController.cs b/Marco.Pms.Services/Controllers/DashboardController.cs index 4cf27de..335e713 100644 --- a/Marco.Pms.Services/Controllers/DashboardController.cs +++ b/Marco.Pms.Services/Controllers/DashboardController.cs @@ -683,8 +683,8 @@ namespace Marco.Pms.Services.Controllers catch (Exception ex) { _logger.LogError(ex, - "GetExpenseReportByProjects failed. TenantId={TenantId}, StartDate={StartDate}, EndDate={EndDate}", - tenantId, start, end); // [Error Log] + "GetExpenseReportByProjects failed. TenantId={TenantId}", + tenantId); // [Error Log] return StatusCode(500, ApiResponse.ErrorResponse("An error occurred while fetching the expense report.", 500)); // [Error Response] }