Merge branch 'rel/2.0.0-preview2' into dev
This commit is contained in:
commit
3b7f8225b3
|
|
@ -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