datalust/dotnet6-serilog-example

Update logging levels in configuration for new .NET 6 defaults

cremor opened this issue · 1 comments

ASP.NET Core 6 uses new default logging levels:

  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  }

This should be reflected in the appsettings.json and readme.

Thanks for the heads-up, we'll take a closer look 👍