diff options
author | Matthew Saltz <matthew.saltz@mongodb.com> | 2020-03-30 11:43:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 11:43:14 -0400 |
commit | a19cdbbe277e46b77b0c1dc102f09a6225bdd285 (patch) | |
tree | 326e583a1fa0c70a4682152f3a23ea1b2cbdabfe /src/mongo/logv2/README.md | |
parent | 09980eb0211c8b3adea4e10e97339b05c3a4e602 (diff) | |
download | mongo-a19cdbbe277e46b77b0c1dc102f09a6225bdd285.tar.gz |
Update README.mdsaltzm-patch-1
Diffstat (limited to 'src/mongo/logv2/README.md')
-rw-r--r-- | src/mongo/logv2/README.md | 2 |
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) |