Added logging nuget packages to allow for logging capabilities.
This commit is contained in:
@ -15,6 +15,7 @@ namespace ReportingServices.Controllers
|
||||
|
||||
public IActionResult Index()
|
||||
{
|
||||
_logger.LogInformation("Starting Index Page");
|
||||
return View();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user