$enableLogging public property (available since version 2.1)
Whether to log command and query executions. While enabled this option may reduce performance, since MongoDB commands may contain large data, consuming both CPU and memory. It make sense to disable this option at production environment.
public boolean $enableLogging = true
Please login to continue.