Skip to content

Commit

Permalink
Example: Set TBC.OpenBanking.Jws log level to Debug
Browse files Browse the repository at this point in the history
To be able to see important details in logs
  • Loading branch information
0xfeeddeadbeef committed Nov 25, 2022
1 parent 8cf52aa commit 6c4ccdf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
"Microsoft.Hosting.Lifetime": "Information",
"TBC.OpenBanking.Jws": "Debug"
}
}
}

0 comments on commit 6c4ccdf

Please sign in to comment.