summary refs log tree commit diff
path: root/extra/admin-api/Spacebar.Cdn/appsettings.Development.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-01-11 16:31:22 +0100
committerRory& <root@rory.gay>2026-01-11 16:31:22 +0100
commit654fcc29b5d2284d301df3f63e9db35c21ec63cf (patch)
treec9191c9b62307c08056e3b62cdcd7d4bfbb3c715 /extra/admin-api/Spacebar.Cdn/appsettings.Development.json
parentMerge pull request #1464 from CyberL1/fix/build-workflow (diff)
downloadserver-ts-654fcc29b5d2284d301df3f63e9db35c21ec63cf.tar.xz
CDN-CS stuff
Diffstat (limited to 'extra/admin-api/Spacebar.Cdn/appsettings.Development.json')
-rw-r--r--extra/admin-api/Spacebar.Cdn/appsettings.Development.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/admin-api/Spacebar.Cdn/appsettings.Development.json b/extra/admin-api/Spacebar.Cdn/appsettings.Development.json
new file mode 100644

index 00000000..dc0a4c8c --- /dev/null +++ b/extra/admin-api/Spacebar.Cdn/appsettings.Development.json
@@ -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" + } + } +}