summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarun Ravichandran <varun.ravichandran@mongodb.com>2020-12-05 01:39:32 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-12-10 18:53:39 +0000
commit91644c4a07c9ebf385b4d2c93e0495779bdfd8ce (patch)
treeeaab5f46c305980ca9a3caeee31ff39b3346039b
parentd1f0d546f21ff900d3a0b083006bf6a4b61657a8 (diff)
downloadmongo-91644c4a07c9ebf385b4d2c93e0495779bdfd8ce.tar.gz
SERVER-50271: Remove --logv2 from shell
(cherry picked from commit da22b3dd38d8e4fef10272311534a1c9577abda3)
-rw-r--r--src/mongo/shell/shell_options.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/shell/shell_options.idl b/src/mongo/shell/shell_options.idl
index c56a951b2ee..1b3ed6ccbd5 100644
--- a/src/mongo/shell/shell_options.idl
+++ b/src/mongo/shell/shell_options.idl
@@ -209,7 +209,3 @@ configs:
default: 0
validator: {gte: 0}
- "logv2":
- description: "logging gets directed to the logv2 backend"
- arg_vartype: Switch
- source: [ cli, ini ]