Skip to content

Commit ffe8b9e

Browse files
author
micah
authored
Typo fix in logging spec, max document length environment var (#1728)
1 parent 2362d1a commit ffe8b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/logging/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ naively by simply truncating the output at the required length; i.e. do not atte
113113
the output is still valid JSON. Truncated extended JSON MUST have a trailing ellipsis `...` appended to indicate to the
114114
user that truncation occurred. The ellipsis MUST NOT count toward the max length.
115115

116-
> **Fallback Implementation method**: Environment variable `MONGOB_LOG_MAX_DOCUMENT_LENGTH`. When unspecified, any
116+
> **Fallback Implementation method**: Environment variable `MONGODB_LOG_MAX_DOCUMENT_LENGTH`. When unspecified, any
117117
> extended JSON representation of a document which is longer than the default max length MUST be truncated to that
118118
> length. When set to an integer value, any extended JSON document longer than that value MUST be truncated to that
119119
> length. If a variable is set to an invalid value, it MUST be treated as if it were not specified at all, and the

0 commit comments

Comments
 (0)