about summary refs log tree commit diff
path: root/MatrixRoomUtils.DebugDataValidationApi/appsettings.Development.json
diff options
context:
space:
mode:
authorEmma@Rory& <root@rory.gay>2023-07-24 20:57:06 +0200
committerEmma@Rory& <root@rory.gay>2023-07-24 20:57:06 +0200
commit67409d4d727abb0b08142f60a61db21264689130 (patch)
tree3162c0e5199996666b6fe45c6b1b42dce31a88dc /MatrixRoomUtils.DebugDataValidationApi/appsettings.Development.json
parentCode cleanup (diff)
downloadMatrixUtils-67409d4d727abb0b08142f60a61db21264689130.tar.xz
Debug validation api
Diffstat (limited to 'MatrixRoomUtils.DebugDataValidationApi/appsettings.Development.json')
-rw-r--r--MatrixRoomUtils.DebugDataValidationApi/appsettings.Development.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/MatrixRoomUtils.DebugDataValidationApi/appsettings.Development.json b/MatrixRoomUtils.DebugDataValidationApi/appsettings.Development.json
new file mode 100644
index 0000000..12c8ab9
--- /dev/null
+++ b/MatrixRoomUtils.DebugDataValidationApi/appsettings.Development.json
@@ -0,0 +1,11 @@
+{
+  "Logging": {
+    "LogLevel": {
+      "Default": "Information",
+      "Microsoft.AspNetCore": "Information",
+      "Microsoft.AspNetCore.Routing": "Warning",
+      "Microsoft.AspNetCore.Mvc": "Warning",
+      "Microsoft.AspNetCore.Cors": "Warning"
+    }
+  }
+}