-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Docs
-
None
There is a command monitoring example in our docs. However, it does not produce any output if copied as it is.
The reason is that we use Mongo::Logger.logger which has the log level INFO by default. However, to print the events we call log_dedug.
We should use log_info, or use a custom logger.