Skip to content
Discussion options

You must be logged in to vote

Yep, that should do it! You can also specify a base log level for "Duende" and override specific sub-namespaces, e.g.

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning",
      "Duende": "Warning",
      "Duende.AccessTokenManagement": "Debug"
    }
  }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LockTar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants