From b5960e0fd704efc3f2dc702e9d43d43ba41dd80d Mon Sep 17 00:00:00 2001 From: Stephen Steneker Date: Mon, 3 Oct 2022 17:35:06 +1100 Subject: [PATCH] Fix #863: add notes that logv2 is not supported yet --- doc/mlogfilter.rst | 2 ++ doc/mloginfo.rst | 1 + doc/mplotqueries.rst | 2 ++ 3 files changed, 5 insertions(+) diff --git a/doc/mlogfilter.rst b/doc/mlogfilter.rst index c169181d..0d372714 100644 --- a/doc/mlogfilter.rst +++ b/doc/mlogfilter.rst @@ -13,6 +13,8 @@ If several log files are provided, **mlogfilter** will merge them by timestamp and insert a marker at the beginning of each line, before applying any of the other filters. +NOTE: logv2 format (MongoDB 4.4+) is not supported yet. + Usage ~~~~~ diff --git a/doc/mloginfo.rst b/doc/mloginfo.rst index 5aaaf5b0..84171948 100644 --- a/doc/mloginfo.rst +++ b/doc/mloginfo.rst @@ -7,6 +7,7 @@ mloginfo **mloginfo** takes a log file and reports :ref:`default-info` about the log file. The script also has some options for additional :ref:`info-sections`. +NOTE: logv2 format (MongoDB 4.4+) is not supported yet. Usage ~~~~~ diff --git a/doc/mplotqueries.rst b/doc/mplotqueries.rst index 37fa257f..1619bcc4 100644 --- a/doc/mplotqueries.rst +++ b/doc/mplotqueries.rst @@ -7,6 +7,8 @@ mplotqueries **mplotqueries** is a tool to visualize operations in MongoDB log files. It has several different plot types and can group information in various ways. +NOTE: logv2 format (MongoDB 4.4+) is not supported yet. + Usage ~~~~~