We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Missing the trace and debug logs in ASP.NET Core 5?
Check your appsettings.json
appsettings.json
The following is advised:
{ "Logging": { "LogLevel": { "Default": "Trace", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*" }
⚠️ Make sure also to check any environment specific appsettings.json. Ex. appsettings.development.json
appsettings.development.json