about summary refs log tree commit diff
path: root/MatrixUtils.Web/appsettings.json
blob: 29d361413129778d33478d46852fdb076fc9b696 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "Logging": {
    "LogLevel": {
      "Default": "Trace", //debug
      "System": "Information",
      "Microsoft": "Information"
    }
  }
}