Skip to content

Commit cb1776a

Browse files
committed
Suppress System logging
1 parent 2ff0f64 commit cb1776a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/Api/appsettings.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
{
2-
"Logging": {
3-
"LogLevel": {
4-
"Default": "Information",
5-
"Microsoft": "Information",
6-
"Microsoft.AspNetCore": "Warning"
7-
}
8-
},
92
"Serilog": {
103
"MinimumLevel": {
114
"Default": "Information",
125
"Override": {
6+
"System": "Warning",
137
"Microsoft": "Information",
148
"Microsoft.AspNetCore": "Warning"
159
}

0 commit comments

Comments
 (0)