Updated logging.

This commit is contained in:
Daniel Wathen
2023-01-06 11:52:50 -07:00
parent 8077f6222e
commit 569fd84725
2 changed files with 95 additions and 35 deletions

View File

@ -35,7 +35,7 @@ namespace ReportingServices.UI.Controllers
try
{
DailyReport dailyReport = DailyReportHelper.SetUpDailyReport(baseFabTimeUrl, baseScrapeDbUrl);
DailyReport dailyReport = DailyReportHelper.SetUpDailyReport(_logger, baseFabTimeUrl, baseScrapeDbUrl);
Dictionary<string, List<string>> toolStateOwners = JsonFileHandler.LoadJSONFile<Dictionary<string, List<string>>>(_toolStateOwnerFilePath);
dailyReport.ToolStatesByOwner = toolStateOwners;