Skip to content

Instantly share code, notes, and snippets.

@MahdiKarimipour
Created June 25, 2021 01:17
Show Gist options
  • Save MahdiKarimipour/ba7de528fbcf1be5d60f25c2b7ae4f98 to your computer and use it in GitHub Desktop.
Save MahdiKarimipour/ba7de528fbcf1be5d60f25c2b7ae4f98 to your computer and use it in GitHub Desktop.
ASP.NET Log Level
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft.AspNetCore.Hosting.Diagnostics": "Information",
"Microsoft.AspNetCore.Authentication": "Information",
"Microsoft.*": "Error",
"System.*": "Error"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment