a default mongodb driver log implementation
go get github.com/itzngga/mongolog
clientOptions := options.Client().ApplyURI("mongodb://localhost:27017/")
clientOptions.SetMonitor(mongolog.New()) // <- the logger
to this example
Pull Request are pleased to