summaryrefslogtreecommitdiff
path: root/src/mongo/logv2
diff options
context:
space:
mode:
authoresedor <eric.sedor@mongodb.com>2020-04-15 12:33:28 -0700
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-27 21:14:41 +0000
commite363c697869e9f7c0ec5c625d7682ae8682d0e07 (patch)
treeb89aa3dd7fc31d8f2bbb80c5872ee283d0539555 /src/mongo/logv2
parentdc116507128f70cc2399bf6656764313aa7d7333 (diff)
downloadmongo-e363c697869e9f7c0ec5c625d7682ae8682d0e07.tar.gz
SERVER-47570: Update logv2 readme with namespace vs. collection guidance
Diffstat (limited to 'src/mongo/logv2')
-rw-r--r--src/mongo/logv2/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/logv2/README.md b/src/mongo/logv2/README.md
index ce6c1b59da5..97bc9bdad9d 100644
--- a/src/mongo/logv2/README.md
+++ b/src/mongo/logv2/README.md
@@ -58,7 +58,7 @@ __Importantly__: downstream analysis tools will rely on this convention, as a re
When logging the below information, do so with these specific terms:
-* __namespace__ - instead of "ns"
+* __namespace__ - when logging a value of the form "\<db name\>.\<collection name\>". Do not use "collection" or abbreviate to "ns"
* __db__ - instead of "database"
* __error__ - when an error occurs, instead of "status". Use this for objects of type Status and DBException
* __reason__ - to provide rationale for an event/action when "error" isn't appropriate