about summary refs log tree commit diff
path: root/Tests/LibMatrix.HomeserverEmulator/appsettings.Development.json
blob: f14522d2cda3196224912ef0e3d8f37920cff060 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Information",
      "Microsoft.AspNetCore.Routing": "Warning",
      "Microsoft.AspNetCore.Mvc": "Warning"
    }
  },
  "HomeserverEmulator": {
  }
}