-
Notifications
You must be signed in to change notification settings - Fork 7
Optimization of Device Analysis #217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
19e5e05
f63bc2d
f30874f
5d778fa
9aa8bc7
1a396a7
5e0222e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -84,6 +84,9 @@ instantiated. | |||||
| including direct instantiation sites (so this is a super-set of | ||||||
| `goto-implementations`) | ||||||
|
|
||||||
| ## Relevant environment variables | ||||||
| * `MAX_LOG_MESSAGE_LENGTH` When set, will truncate any outputted logs that are longer than the value. Defaults to 1000 bytes. Set to 0 to turn off truncation. | ||||||
|
||||||
| * `MAX_LOG_MESSAGE_LENGTH` When set, will truncate any outputted logs that are longer than the value. Defaults to 1000 bytes. Set to 0 to turn off truncation. | |
| * `MAX_LOG_MESSAGE_LENGTH` When set, will truncate any outputted log messages that are longer than the value and append `" ..."`. Up to `MAX_LOG_MESSAGE_LENGTH` bytes of the original message are preserved; the suffix may cause the final output to slightly exceed this value. Defaults to 1000 bytes. Set to 0 to turn off truncation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog entry ends with a double period ("1000 bytes.."). Please fix the punctuation to avoid shipping a typo in release notes.