React to logging in DI changes (#239)
This commit is contained in:
parent
302308c827
commit
9ff653f421
|
|
@ -72,7 +72,8 @@ namespace ResponseCompressionSample
|
||||||
.UseKestrel()
|
.UseKestrel()
|
||||||
.ConfigureLogging(factory =>
|
.ConfigureLogging(factory =>
|
||||||
{
|
{
|
||||||
factory.AddConsole(LogLevel.Debug);
|
factory.AddConsole()
|
||||||
|
.SetMinimumLevel(LogLevel.Debug);
|
||||||
})
|
})
|
||||||
.UseStartup<Startup>()
|
.UseStartup<Startup>()
|
||||||
.Build();
|
.Build();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue