Skip to content

Commit

Permalink
Fix small typo in logging documentation (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
phaza authored Aug 23, 2023
1 parent 564a948 commit ee9faa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ In both cases it basically boils down to specify a global minimum log level, whi

Again, we can read more about this in the [official documentation](https://docs.microsoft.com/en-us/dotnet/core/extensions/logging#configure-logging).

In general though the nice thing about this is that once we've choosen the logger we want to use and have configured it, everythig will work the same for all of our components and libraries, like FusionCache (if they respect the standard logging flow of course!).
In general though the nice thing about this is that once we've choosen the logger we want to use and have configured it, everything will work the same for all of our components and libraries, like FusionCache (if they respect the standard logging flow of course!).

## ⚡ Advanced Configuration

Expand Down

0 comments on commit ee9faa4

Please sign in to comment.