File tree 3 files changed +23
-17
lines changed
JsonApiDotNetCoreExampleTests
3 files changed +23
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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"
4
5
},
5
6
"Logging" : {
6
7
"IncludeScopes" : false ,
7
8
"LogLevel" : {
8
9
"Default" : " Warning" ,
9
10
"System" : " Warning" ,
10
- "Microsoft" : " Warning"
11
+ "Microsoft" : " Warning" ,
12
+ "JsonApiDotNetCore.Middleware.JsonApiExceptionFilter" : " Critical"
11
13
}
12
14
}
13
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"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"
4
5
},
5
6
"Logging" : {
6
7
"IncludeScopes" : false ,
7
8
"LogLevel" : {
8
9
"Default" : " Warning" ,
9
10
"System" : " Warning" ,
10
- "Microsoft" : " Warning"
11
+ "Microsoft" : " Warning" ,
12
+ "JsonApiDotNetCore.Middleware.JsonApiExceptionFilter" : " Critical"
11
13
}
12
14
}
13
15
}
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