File tree Expand file tree Collapse file tree 3 files changed +23
-17
lines changed
JsonApiDotNetCoreExampleTests Expand file tree Collapse file tree 3 files changed +23
-17
lines changed Original file line number Diff line number Diff line change 11{
22 "Data" : {
3- "DefaultConnection" : " Host=localhost;Port=5432;Database=JsonApiDotNetCoreExample;User ID=postgres;Password=postgres"
3+ "DefaultConnection" :
4+ " Host=localhost;Port=5432;Database=JsonApiDotNetCoreExample;User ID=postgres;Password=postgres"
45 },
56 "Logging" : {
67 "IncludeScopes" : false ,
78 "LogLevel" : {
89 "Default" : " Warning" ,
910 "System" : " Warning" ,
10- "Microsoft" : " Warning"
11+ "Microsoft" : " Warning" ,
12+ "JsonApiDotNetCore.Middleware.JsonApiExceptionFilter" : " Critical"
1113 }
1214 }
1315}
Original file line number Diff line number Diff line change 11{
22 "Data" : {
3- "DefaultConnection" : " Host=localhost;Port=5432;Database=JsonApiDotNetCoreExample;User ID=postgres;Password=postgres"
3+ "DefaultConnection" :
4+ " Host=localhost;Port=5432;Database=JsonApiDotNetCoreExample;User ID=postgres;Password=postgres"
45 },
56 "Logging" : {
67 "IncludeScopes" : false ,
78 "LogLevel" : {
89 "Default" : " Warning" ,
910 "System" : " Warning" ,
10- "Microsoft" : " Warning"
11+ "Microsoft" : " Warning" ,
12+ "JsonApiDotNetCore.Middleware.JsonApiExceptionFilter" : " Critical"
1113 }
1214 }
1315}
Original file line number Diff line number Diff line change 1- {
2- "Data" : {
3- "DefaultConnection" : " Host=localhost;Port=5432;Database=JsonApiDotNetCoreExample;User ID=postgres;Password=postgres"
4- },
5- "Logging" : {
6- "IncludeScopes" : false ,
7- "LogLevel" : {
8- "Default" : " Warning" ,
9- "System" : " Warning" ,
10- "Microsoft" : " Warning"
11- }
12- }
13- }
1+ {
2+ "Data" : {
3+ "DefaultConnection" :
4+ " Host=localhost;Port=5432;Database=JsonApiDotNetCoreExample;User ID=postgres;Password=postgres"
5+ },
6+ "Logging" : {
7+ "IncludeScopes" : false ,
8+ "LogLevel" : {
9+ "Default" : " Warning" ,
10+ "System" : " Warning" ,
11+ "Microsoft" : " Warning" ,
12+ "JsonApiDotNetCore.Middleware.JsonApiExceptionFilter" : " Critical"
13+ }
14+ }
15+ }
You can’t perform that action at this time.
0 commit comments