From be0918879c132f106f2c1d9fc19ccd6de9765815 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Sun, 19 Mar 2017 12:46:42 +0000 Subject: [PATCH] Change to not log loads of rubbish when running integration tests --- test/Ocelot.IntegrationTests/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Ocelot.IntegrationTests/appsettings.json b/test/Ocelot.IntegrationTests/appsettings.json index d73b7dcb..503cc778 100644 --- a/test/Ocelot.IntegrationTests/appsettings.json +++ b/test/Ocelot.IntegrationTests/appsettings.json @@ -2,7 +2,7 @@ "Logging": { "IncludeScopes": true, "LogLevel": { - "Default": "Debug", + "Default": "Error", "System": "Information", "Microsoft": "Information" }