hide AI from Output

This commit is contained in:
Collin M. Barrett 2018-01-23 17:59:23 -06:00
parent ef4b4b2799
commit f17ced9da1

View file

@ -16,6 +16,7 @@ public static void AddFilterListsApi(this IServiceCollection services)
services.AddResponseCaching();
services.AddMemoryCache();
services.AddSwaggerGenCustom();
Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryDebugWriter.IsTracingDisabled = true;
}
private static void AddMvcCustom(this IServiceCollection services)