Skip to content

Commit

Permalink
Typo fix in logging spec, max document length environment var (mongod…
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbmes authored Nov 13, 2024
1 parent 2362d1a commit ffe8b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/logging/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ naively by simply truncating the output at the required length; i.e. do not atte
the output is still valid JSON. Truncated extended JSON MUST have a trailing ellipsis `...` appended to indicate to the
user that truncation occurred. The ellipsis MUST NOT count toward the max length.

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

0 comments on commit ffe8b9e

Please sign in to comment.