Newer
Older
ProblemDetails / WebApplication / appsettings.json
@Derek Comartin Derek Comartin on 21 May 2024 182 bytes Init
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*"
}