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