From a19cdbbe277e46b77b0c1dc102f09a6225bdd285 Mon Sep 17 00:00:00 2001 From: Matthew Saltz Date: Mon, 30 Mar 2020 11:43:14 -0400 Subject: Update README.md --- src/mongo/logv2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1