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
Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -387,7 +387,8 @@ When `inferMappings` is enabled, the target cluster must allow `/_text_structure
387
387
- Parquet/Arrow: ignored
388
388
- Default: `false`
389
389
- Applies only to `fileName`/`stream` sources
390
-
-**`verbose`** (boolean): Enable logging and progress bars. Default: `true`.
390
+
-**`verbose`** (boolean): Enable verbose logging and progress bars when using the built-in logger. Default: `true`.
391
+
-**`logger`** (object): Optional custom Pino-compatible logger. If omitted, the library creates an internal Pino logger (`name: node-es-transformer`) and uses `LOG_LEVEL` (if set) or `info`/`error` based on `verbose`.
391
392
392
393
### Return Value
393
394
@@ -400,16 +401,19 @@ The `transformer()` function returns a Promise that resolves to an object with:
0 commit comments