Skip to content

Commit 7d5abef

Browse files
committed
ef core logging to info
1 parent 42ece58 commit 7d5abef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ObjectService/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"LogLevel": {
1414
"Default": "Debug",
1515
"Microsoft.AspNetCore": "Warning",
16-
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Debug"
16+
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Debug",
17+
"Microsoft.EntityFrameworkCore.ChangeTracking": "Information"
1718
}
1819
},
1920
"AllowedHosts": "*",

0 commit comments

Comments
 (0)