Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Created May 14, 2021 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manoj-choudhari-git/36f1e2c46cf7a8ba1665d76c40854e09 to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/36f1e2c46cf7a8ba1665d76c40854e09 to your computer and use it in GitHub Desktop.
.NET Applications - Logging - A sample appsettings.json logging configuration
"Logging": {
"Console": {
"LogLevel": {
"Microsoft": "Trace"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment