This commit is contained in:
Ruidy Nemausat 2020-03-05 14:19:03 +01:00
parent 528e4d3b77
commit 2c8ce46a75

View file

@ -23,6 +23,13 @@ namespace TicketManager
{
webBuilder.UseStartup<Startup>();
});
// .ConfigureLogging((context, logging) =>
// {
// logging.ClearProviders();
// logging.AddConfiguration(context.Configuration.GetSection("Logging"));
// logging.AddDebug();
// logging.AddConsole();
// });
}
#pragma warning restore CS1591
}