From 67409d4d727abb0b08142f60a61db21264689130 Mon Sep 17 00:00:00 2001 From: "Emma@Rory&" Date: Mon, 24 Jul 2023 20:57:06 +0200 Subject: Debug validation api --- .../appsettings.Development.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 MatrixRoomUtils.DebugDataValidationApi/appsettings.Development.json (limited to 'MatrixRoomUtils.DebugDataValidationApi/appsettings.Development.json') 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" + } + } +} -- cgit 1.4.1