Skip to content

Commit a206b79

Browse files
committed
Updated logging configuration in appsettings.json
1 parent f3a7958 commit a206b79

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/appsettings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
"Audience": "AbpProjectName"
1616
}
1717
},
18+
"Logging": {
19+
"LogLevel": {
20+
"Default": "Debug",
21+
"System": "Information",
22+
"Microsoft": "Information",
23+
"Microsoft.EntityFrameworkCore.Database.Command": "None"
24+
}
25+
},
1826
"Kestrel": {
1927
"Endpoints": {
2028
"Http": {

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
}
1212
},
1313
"Logging": {
14-
"IncludeScopes": false,
1514
"LogLevel": {
1615
"Default": "Debug",
1716
"System": "Information",
18-
"Microsoft": "Information"
17+
"Microsoft": "Information",
18+
"Microsoft.EntityFrameworkCore.Database.Command": "None"
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)