i use node.js and node-mongodb-native driver, with connection pooling. is there any way to enable debug for see what's happening, how many connections are active and when a connection is opened or closed?
i would like to see something like:
* connection xxx opened on host:port * connection yyy opened on host:port * connection xxx closed