Hi @Mark_Mann
With C# driver you can inspect the content of “Command succeeded” event, by either subscribing to events and inspect the CommandSucceededEvent.Reply field or via logging and specifying { “LogLevel:MongoDB.Command”, “Debug” } component.
1 Like