Details
-
New Feature
-
Resolution: Won't Fix
-
Minor - P4
-
None
-
None
-
None
-
None
Description
Commands are added/removed from mongo. A nice feature would be the ability to test if a command is supported by the current version of mongo. Currently, if you issue an unsupported command to mongo it fails and then writes something to the log.
E.g.
db.adminCommand({hasCommand:"getLog"})
|
This would return something like:
{ "getLog" : 1|0, "ok" : 1 }
|