Newer
Older
DistributedTracing / src / AspNetCore / appsettings.json
@Derek Comartin Derek Comartin on 16 May 2022 182 bytes Init
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*"
}