Newer
Older
MessagingNamingStructure / src / AspNetCore / appsettings.json
@Derek Comartin Derek Comartin on 29 Mar 2021 182 bytes Copy of Loosely Coupled Monolith (NServiceBus)
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*"
}