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": {
"IncludeScopes": true,
"LogLevel": {
"Default": "Debug",
"Default": "Error",
"System": "Information",
"Microsoft": "Information"
}