Do Not Log Database Queries

This commit is contained in:
Alan Moon 2025-07-17 14:28:53 -07:00
parent 45af36a8a1
commit 36a7b1f49b

View File

@ -10,7 +10,8 @@
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Information",
"Microsoft.AspNetCore": "Information" "Microsoft.AspNetCore": "Information",
"Microsoft.EntityFrameworkCore.Database": "Error"
} }
}, },
"AllowedHosts": "*" "AllowedHosts": "*"