Skip to content

Instantly share code, notes, and snippets.

@kadukf
Last active January 8, 2020 09:34
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 kadukf/d9ef3f7b02e823daa2d432717a6220e7 to your computer and use it in GitHub Desktop.
Save kadukf/d9ef3f7b02e823daa2d432717a6220e7 to your computer and use it in GitHub Desktop.
Logging scope levels settings
{
"Logging": {
"LogLevel": {
"Default": "Verbose"
},
"ScopeLevel": {
"ScopeFilteringWebApplication": "PlainText",
"Default": "None"
}
},
"AllowedHosts": "*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment