Merge branch 'rel/2.0.0-preview2' into dev
This commit is contained in:
commit
3b7f8225b3
|
|
@ -72,7 +72,8 @@ namespace ResponseCompressionSample
|
|||
.UseKestrel()
|
||||
.ConfigureLogging(factory =>
|
||||
{
|
||||
factory.AddConsole(LogLevel.Debug);
|
||||
factory.AddConsole()
|
||||
.SetMinimumLevel(LogLevel.Debug);
|
||||
})
|
||||
.UseStartup<Startup>()
|
||||
.Build();
|
||||
|
|
|
|||
Loading…
Reference in New Issue