From 98e89232ff50b9c48a11fcae27869806490b1187 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Thu, 7 Dec 2023 07:27:37 +0100 Subject: Temp state --- MatrixRoomUtils.Web/appsettings.Development.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 MatrixRoomUtils.Web/appsettings.Development.json (limited to 'MatrixRoomUtils.Web/appsettings.Development.json') diff --git a/MatrixRoomUtils.Web/appsettings.Development.json b/MatrixRoomUtils.Web/appsettings.Development.json new file mode 100644 index 0000000..e203e94 --- /dev/null +++ b/MatrixRoomUtils.Web/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + } +} -- cgit 1.5.1