Skip to content

Commit

Permalink
Tiny README fix: stale log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Oct 18, 2024
1 parent 7300ed5 commit f9b9135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ Summary of possibilities:
- `split_files_after`
- HTML browsers can handle really large files (less luck with Markdown).
The log levels discussed in the previous section certainly reduce the amount generated, but they either help too little (`Nonempty_entries`) or they remove logs too indiscriminately (`Prefixed`) for use in a debugging context. Dynamically controlling the runtime log level is one option, but there are some other options.
The log levels discussed in the previous section certainly reduce the amount generated, but they either help too little or they remove logs too indiscriminately for use in a debugging context. Dynamically controlling the runtime log level is one option, but there are some other options.
In the PrintBox backend, you can disable the logging of specified subtrees, when the output is irrelevant, would be a distraction, or the logs take up too much space.
The test suite example:
Expand Down
2 changes: 1 addition & 1 deletion index.mld
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ Summary of possibilities:
}{- HTML browsers can handle really large files (less luck with Markdown).
}}

The log levels discussed in the previous section certainly reduce the amount generated, but they either help too little ([Nonempty_entries]) or they remove logs too indiscriminately ([Prefixed]) for use in a debugging context. Dynamically controlling the runtime log level is one option, but there are some other options.
The log levels discussed in the previous section certainly reduce the amount generated, but they either help too little or they remove logs too indiscriminately for use in a debugging context. Dynamically controlling the runtime log level is one option, but there are some other options.

In the PrintBox backend, you can disable the logging of specified subtrees, when the output is irrelevant, would be a distraction, or the logs take up too much space.
The test suite example:
Expand Down

0 comments on commit f9b9135

Please sign in to comment.