React to logging in DI change
This commit is contained in:
parent
6480e88f96
commit
66d69f7ae5
|
|
@ -177,7 +177,7 @@ namespace Microsoft.AspNetCore
|
|||
})
|
||||
.ConfigureLogging((hostingContext, logging) =>
|
||||
{
|
||||
logging.UseConfiguration(hostingContext.Configuration.GetSection("Logging"));
|
||||
logging.AddConfiguration(hostingContext.Configuration.GetSection("Logging"));
|
||||
logging.AddConsole();
|
||||
logging.AddDebug();
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue