CDN-CS stuff

This commit is contained in:
Rory&
2026-01-11 16:31:22 +01:00
parent 018beebdc2
commit 654fcc29b5
22 changed files with 1055 additions and 2 deletions
@@ -0,0 +1,17 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore.Routing.EndpointMiddleware": "Information",
"Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware": "Information",
"Microsoft.AspNetCore": "Trace", //Warning
"Microsoft.AspNetCore.Mvc": "Warning", //Warning
"Microsoft.AspNetCore.HostFiltering": "Warning", //Warning
"Microsoft.AspNetCore.Cors": "Warning", //Warning
"Microsoft.AspNetCore.server.Kestrel": "Information",
"Microsoft.AspNetCore.Routing.Matching.DfaMatcher": "Information",
// "Microsoft.EntityFrameworkCore": "Warning"
"Microsoft.EntityFrameworkCore.Database.Command": "Debug"
}
}
}