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

This commit is contained in:
Pavel Krymets 2017-06-02 16:08:59 -07:00
commit 3008f76c03
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,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();
}) })