Skip to content

Commit dbfec35

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#1653)
Co-authored-by: josh-wong <[email protected]>
1 parent abb4754 commit dbfec35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/data-loader.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ The following is a list of flags (options) that can be used with the import func
232232
| `--require-all-columns` | If set, data rows cannot be imported if they are missing columns. Optional. The default value is `false`. | `scalardb-data-loader --require-all-columns` |
233233
| `--file` | The path to the file that will be imported. Required. | `scalardb-data-loader --file <PATH_TO_FILE>` |
234234
| `--log-dir` | Directory where log files should be stored. Optional. The default value is `logs`. | `scalardb-data-loader --log-dir <PATH_TO_DIR>` |
235-
| `--log-success` | Enable logging of successfully processed records. Optional. The default value is `false`. | `scalardb-data-loader --log-success` |
235+
| `--enable-log-success` | Enable logging of successfully processed records. Optional. The default value is `false`. | `scalardb-data-loader --enable-log-success` |
236236
| `--log-raw-record` | Include the original source record in the log file output. Optional. The default value is `false`. | `scalardb-data-loader --log-raw-record` |
237237
| `--max-threads` | Maximum number of threads to use for parallel processing. The default value is the number of available processors. | `scalardb-data-loader --max-threads 10` |
238238
| `--format` | The format of the import file. Supported formats are `JSON`, `JSONL`, and `CSV`. Optional. The default value is `JSON`. | `scalardb-data-loader --format CSV` |
@@ -394,7 +394,7 @@ The failure log is designed for easy recovery:
394394

395395
:::tip
396396

397-
Enable `--log-success` to log successfully imported records, and use `--log-raw-record` to include the original source data in the log output.
397+
Enable `--enable-log-success` to log successfully imported records, and use `--log-raw-record` to include the original source data in the log output.
398398

399399
:::
400400

0 commit comments

Comments
 (0)