Skip to content

Commit

Permalink
Fix typo in dotnet log levels update
Browse files Browse the repository at this point in the history
  • Loading branch information
henriksommerfeld committed Nov 15, 2024
1 parent 926f368 commit 9392a2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LOGGING__LOGLEVEL__MICROSOFT.ASPNETCORE.DATAPROTECTION=Error
```
It looks a bit strange with dots in the variable names, but it works.

**Update 2024-09-19**: In a recently project I found that the above did not help.
**Update 2024-09-19**: In a service I looked at recently, I found that the above did not help.
It turned out that the project used a package that had its own logging using
Serilog. To turn the volume down for that logging, I set:

Expand Down

0 comments on commit 9392a2f

Please sign in to comment.