hide AI from Output

This commit is contained in:
Collin Barrett 2018-01-23 17:59:23 -06:00
parent c6de12fde7
commit 38d640e1cb

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)