Change to not log loads of rubbish when running integration tests

This commit is contained in:
TomPallister 2017-03-19 12:46:42 +00:00
parent 77a16b4175
commit be0918879c

View File

@ -2,7 +2,7 @@
"Logging": { "Logging": {
"IncludeScopes": true, "IncludeScopes": true,
"LogLevel": { "LogLevel": {
"Default": "Debug", "Default": "Error",
"System": "Information", "System": "Information",
"Microsoft": "Information" "Microsoft": "Information"
} }