Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev

This commit is contained in:
Pavel Krymets 2017-06-02 15:04:33 -07:00
commit db9712c3f2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace ChatSample
.UseSetting(WebHostDefaults.PreventHostingStartupKey, "true")
.ConfigureLogging((context, factory) =>
{
factory.UseConfiguration(context.Configuration.GetSection("Logging"));
factory.AddConfiguration(context.Configuration.GetSection("Logging"));
factory.AddConsole();
factory.AddDebug();
})