File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
JsonApiDotNetCoreMongoDbExample Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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" : " *"
Original file line number Diff line number Diff line change 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" : " *"
You can’t perform that action at this time.
0 commit comments