I'm using mongodb
as my db. Using it in a ReplicaSet
configuration.
I want to monitor my history operations on this db.
Is there an option to view that information in OperationLog
?
I'm using mongodb
as my db. Using it in a ReplicaSet
configuration.
I want to monitor my history operations on this db.
Is there an option to view that information in OperationLog
?
http://docs.mongodb.org/manual/reference/method/db.setProfilingLevel/
db.setProfilingLevel(2) means log all operations.