We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ece58 commit 7d5abefCopy full SHA for 7d5abef
ObjectService/appsettings.json
@@ -13,7 +13,8 @@
13
"LogLevel": {
14
"Default": "Debug",
15
"Microsoft.AspNetCore": "Warning",
16
- "Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Debug"
+ "Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Debug",
17
+ "Microsoft.EntityFrameworkCore.ChangeTracking": "Information"
18
}
19
},
20
"AllowedHosts": "*",
0 commit comments