chore(emulated-entrypoint): quiet EFCore info logs in appsettings

This commit is contained in:
gamer147
2026-06-01 01:02:32 -04:00
parent 9776873073
commit f765d5c7d4

View File

@@ -3,7 +3,10 @@
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information"
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information",
"Microsoft.EntityFrameworkCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning",
"Microsoft.EntityFrameworkCore.Infrastructure": "Warning"
}
},
"ConnectionStrings": {