You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace --debug parameter with --logLevel; trim debug logs (#133)
This moves some of the wordier debug logs to trace-level and replaces the `--debug` parameter with a `--logLevel` so that callers that want trace-level logs can access them.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ The verifier will now check to completion to make sure that there are no inconsi
139
139
| `--clean` | If set, drop all previous verification metadata before starting |
140
140
| `--readPreference <value>` | Read preference for reading data from clusters. May be 'primary', 'secondary', 'primaryPreferred', 'secondaryPreferred', or 'nearest' (default: "primary") |
141
141
| `--partitionSizeMB <Megabytes>` | Megabytes to use for a partition. Change only for debugging. 0 means use partitioner default. (default: 0) |
142
-
| `--debug` | Turn on debug logging |
142
+
| `--logLevel` | Set the logging to `info`, `debug`, or `trace` level. |
143
143
| `--checkOnly` | Do not run the webserver or recheck, just run the check (for debugging) |
144
144
| `--failureDisplaySize <value>` | Number of failures to display. Will display all failures if the number doesn’t exceed this limit by 25% (default: 20) |
145
145
| `--ignoreReadConcern` | Use connection-default read concerns rather than setting majority read concern. This option may degrade consistency, so only enable it if majority read concern (the default) doesn’t work. |
0 commit comments