summary refs log tree commit diff
path: root/extra/admin-api/Spacebar.Cdn.Worker/appsettings.Development.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-04-05 17:53:03 +0200
committerRory& <root@rory.gay>2026-04-06 01:24:54 +0200
commit64f635010d54bc90030affab31ada80d21d19a9c (patch)
treebb6fc9c802999c309306caed1fb432bee0c50891 /extra/admin-api/Spacebar.Cdn.Worker/appsettings.Development.json
parentMinor test vm fixes (diff)
downloadserver-ts-64f635010d54bc90030affab31ada80d21d19a9c.tar.xz
Introduce CDN worker skeleton
Diffstat (limited to 'extra/admin-api/Spacebar.Cdn.Worker/appsettings.Development.json')
-rw-r--r--extra/admin-api/Spacebar.Cdn.Worker/appsettings.Development.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/admin-api/Spacebar.Cdn.Worker/appsettings.Development.json b/extra/admin-api/Spacebar.Cdn.Worker/appsettings.Development.json
new file mode 100644

index 000000000..dc0a4c8cc --- /dev/null +++ b/extra/admin-api/Spacebar.Cdn.Worker/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" + } + } +}