summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Saltz <matthew.saltz@mongodb.com>2020-03-30 11:43:14 -0400
committerGitHub <noreply@github.com>2020-03-30 11:43:14 -0400
commita19cdbbe277e46b77b0c1dc102f09a6225bdd285 (patch)
tree326e583a1fa0c70a4682152f3a23ea1b2cbdabfe
parent09980eb0211c8b3adea4e10e97339b05c3a4e602 (diff)
downloadmongo-saltzm-patch-1.tar.gz
Update README.mdsaltzm-patch-1
-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 970521a1e5f..4c6737a4999 100644
--- a/src/mongo/logv2/README.md
+++ b/src/mongo/logv2/README.md
@@ -26,7 +26,7 @@ The `msg` field predicates a reader's interpretation of the log line. It should
* Concisely describe what the log line is reporting, providing enough context necessary for interpreting attribute field names and values
* Avoid unnecessary punctuation and do not conclude with punctuation
-* For new log messages, do __not__ use a format string/substitution for new log messages
+* For new log messages, do __not__ use a format string/substitution
* For updating existing log messages, provide both a format string/substitution, __and__ a substitution-free message string
### Attributes (fields in the attr subdocument)