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