mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-06 00:36:39 +00:00
logging
This commit is contained in:
parent
528e4d3b77
commit
2c8ce46a75
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue