-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
-
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
what set of parameters can enable deprecation errors or warnings to be logged onto the server side logs?
is there a way to audit for commands that are of non-stable api?
related to https://jira.mongodb.org/browse/HELP-73748
--apiVersion 1 --apiStrict true --apiDeprecationErrors true works as expected when running non-stable api command such as db.collection.distict() (with this throwing an "MongoServerError[APIStrictError]: Provided apiStrict:true, but the command distinct is not in API Version 1")
--apiVersion 1 --apiStrict false --apiDeprecationErrors true however does not provide any additional logging or warning (either through its output or in mongod.logs)