React to changes in Authz

This commit is contained in:
Ryan Nowak 2015-10-20 17:45:02 -07:00
parent 8b0c157296
commit d584bcabcf
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ namespace Microsoft.AspNet.Mvc.Filters
var serviceCollection = new ServiceCollection();
if (registerServices != null)
{
serviceCollection.AddLogging();
registerServices(serviceCollection);
}