Skip to content

Commit

Permalink
Merge pull request #85 from NielsPilgaard/patch-1
Browse files Browse the repository at this point in the history
Fixed a small typo in the ReadMe
  • Loading branch information
nblumhardt authored May 24, 2023
2 parents d99cbf5 + c81f3da commit be07b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var monitor = new MonitorConfiguration();

### Blocking

Warning: For the same reason one typically does not want exceptions from logging to leak into the execution path, one typically does not want a logger to be able to have the side-efect of actually interrupting application processing until the log propagation has been unblocked.
Warning: For the same reason one typically does not want exceptions from logging to leak into the execution path, one typically does not want a logger to be able to have the side-effect of actually interrupting application processing until the log propagation has been unblocked.

When the buffer size limit is reached, the default behavior is to drop any further attempted writes until the queue abates, reporting each such failure to the `Serilog.Debugging.SelfLog`. To replace this with a blocking behaviour, set `blockWhenFull` to `true`.

Expand Down

0 comments on commit be07b80

Please sign in to comment.