SERVER-117779 Fix typo: occured -> occurred in docs/logging.md (#46965)

Co-authored-by: Bodhi Silberling <bodhirussellsilberling@yahoo.com>
GitOrigin-RevId: f76cd249fbaeafcf72cce8208fc46506167efce9
This commit is contained in:
Billy Donahue 2026-01-26 11:13:19 -05:00 committed by MongoDB Bot
parent a5494366b0
commit d5ec2e3def

View File

@ -206,7 +206,7 @@ Fatal level log statements using `LOGV2_FATAL` perform `fassert` after logging,
using the provided ID as assert id. `LOGV2_FATAL_NOTRACE` perform
`fassertNoTrace` and `LOGV2_FATAL_CONTINUE` does not `fassert` allowing for
continued execution. `LOGV2_FATAL_CONTINUE` is meant to be used when a fatal
error has occured but a different way of halting execution is desired such as
error has occurred but a different way of halting execution is desired such as
`std::terminate` or `fassertFailedWithStatus`.
`LOGV2_FATAL_OPTIONS` performs `fassert` by default like `LOGV2_FATAL` but this