File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ naively by simply truncating the output at the required length; i.e. do not atte
113
113
the output is still valid JSON. Truncated extended JSON MUST have a trailing ellipsis ` ... ` appended to indicate to the
114
114
user that truncation occurred. The ellipsis MUST NOT count toward the max length.
115
115
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
117
117
> extended JSON representation of a document which is longer than the default max length MUST be truncated to that
118
118
> length. When set to an integer value, any extended JSON document longer than that value MUST be truncated to that
119
119
> length. If a variable is set to an invalid value, it MUST be treated as if it were not specified at all, and the
You can’t perform that action at this time.
0 commit comments