summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_options.h
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2019-10-30 19:54:36 +0000
committerevergreen <evergreen@mongodb.com>2019-10-30 19:54:36 +0000
commit384d11c0ee81c524873eaa999122dc61320226ea (patch)
tree6654cf8e3e5d9602b2ca45595ceac48b233cfb46 /src/mongo/shell/shell_options.h
parentdde6a5946c185a4432e846f884b36e9aad2e06a8 (diff)
downloadmongo-384d11c0ee81c524873eaa999122dc61320226ea.tar.gz
SERVER-44277 Add capability for shell to use logv2
Diffstat (limited to 'src/mongo/shell/shell_options.h')
-rw-r--r--src/mongo/shell/shell_options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/shell/shell_options.h b/src/mongo/shell/shell_options.h
index 45ac4e55455..2868998197f 100644
--- a/src/mongo/shell/shell_options.h
+++ b/src/mongo/shell/shell_options.h
@@ -81,6 +81,8 @@ struct ShellGlobalParams {
int jsHeapLimitMB = 0;
bool nokillop = false;
Seconds idleSessionTimeout = Seconds{0};
+
+ bool logV2 = false;
};
extern ShellGlobalParams shellGlobalParams;