Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add SetMinimumLevel(LogLevel.Trace) to the logging extensions docs
  • Loading branch information
roubachof authored May 2, 2023
1 parent 7ec8db1 commit 281e2da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public class DownloadService

```csharp
builder.Logging
.SetMinimumLevel(LogLevel.Trace) // IMPORTANT: set your minimum log level, here Trace
.AddTraceLogger(
options =>
{
Expand Down

0 comments on commit 281e2da

Please sign in to comment.