We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Missing the trace and debug logs in .NET Core 2?
Check your appsettings.json
appsettings.json
The following is advised:
{ "Logging": { "LogLevel": { "Default": "Trace", "Microsoft": "Information" } } }
⚠️ Make sure also to check any environment specific appsettings.json. Ex. appsettings.development.json
appsettings.development.json