-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We should add <extensionName>.conf's 'extensionOptions' to the output of $listExtensions. This information is currently stored in the output of ExtensionLoader::loadExtensionConfig.
The output might look something like:
[
{
"extensionName": "my-toaster-extension",
"extensionOptions": {
"maxToasterHeat": 5,
"allowBagels": false
}
},
// more extensions...
]
- depends on
-
SERVER-109835 Add $listExtensions stage
-
- Closed
-
- related to
-
SERVER-111167 Add support for YAML to BSON conversion
-
- Closed
-
-
SERVER-110474 Investigate logging config.extOptions
-
- Closed
-