From 3dfb7b81b0fe19d37a7bf1183e248ca10c56277c Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 23 Feb 2024 11:23:27 +0000 Subject: HS emulator --- .../LibMatrix.HomeserverEmulator/appsettings.Development.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Tests/LibMatrix.HomeserverEmulator/appsettings.Development.json (limited to 'Tests/LibMatrix.HomeserverEmulator/appsettings.Development.json') diff --git a/Tests/LibMatrix.HomeserverEmulator/appsettings.Development.json b/Tests/LibMatrix.HomeserverEmulator/appsettings.Development.json new file mode 100644 index 0000000..df83ec5 --- /dev/null +++ b/Tests/LibMatrix.HomeserverEmulator/appsettings.Development.json @@ -0,0 +1,10 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Information", + "Microsoft.AspNetCore.Routing": "Warning", + "Microsoft.AspNetCore.Mvc": "Warning" + } + } +} -- cgit 1.4.1