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 00000000..dc0a4c8c
--- /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"
+ }
+ }
+}
|