summary refs log tree commit diff
path: root/ModAS.Server/appsettings.Development.json
blob: ef51c0917044442cf332ab78e452856149a9bd0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ModAS": {
    
  }
}