Skip to content

Commit 116aada

Browse files
author
Bart Koelman
committed
Reduce logging output from tests in cibuild
1 parent 4e31a15 commit 116aada

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/Examples/GettingStarted/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
},
66
"Logging": {
77
"LogLevel": {
8-
"Default": "Information",
9-
"Microsoft": "Warning",
10-
"Microsoft.Hosting.Lifetime": "Information"
8+
"Default": "Warning",
9+
"Microsoft.Hosting.Lifetime": "Information",
10+
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
1111
}
1212
},
1313
"AllowedHosts": "*"

src/Examples/JsonApiDotNetCoreMongoDbExample/appsettings.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
},
66
"Logging": {
77
"LogLevel": {
8-
"Default": "Information",
9-
"Microsoft": "Warning",
10-
"Microsoft.Hosting.Lifetime": "Information"
8+
"Default": "Warning",
9+
"Microsoft.Hosting.Lifetime": "Warning",
10+
"Microsoft.EntityFrameworkCore.Update": "Critical",
11+
"Microsoft.EntityFrameworkCore.Database.Command": "Critical"
1112
}
1213
},
1314
"AllowedHosts": "*"

0 commit comments

Comments
 (0)