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