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
-`destination`: Destination to write the record to; may include [format directives](https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html#syntax) for counter and record ID (in that order). (Default: `stdout`)
257
-
-`encoding` (file output only): Encoding used by the underlying writer. (Default: `UTF-8`)
258
-
-`footer`: Footer which is output after the record. (Default: `\n`)
259
-
-`header`: Header which is output before the record. (Default: Empty string)
260
-
-`id`: Field name which contains the record ID; if found, will be included before the prefix. (Default: `_id`)
261
-
-`json`: Whether to encode the record as JSON. (Default: `false`)
262
-
-`pretty`: Whether to use pretty printing. (Default: `false`)
-`destination`: Destination to write the record to; may include [format directives](https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html#syntax) for counter and record ID (in that order). (Default: `stdout`)
320
+
-`encoding` (file output only): Encoding used by the underlying writer. (Default: `UTF-8`)
321
+
-`footer`: Footer which is output after the record. (Default: `\n`)
322
+
-`header`: Header which is output before the record. (Default: Empty string)
323
+
-`id`: Field name which contains the record ID; if found, will be included before the prefix. (Default: `_id`)
324
+
-`json`: Whether to encode the record as JSON. (Default: `false`)
325
+
-`pretty`: Whether to use pretty printing. (Default: `false`)
0 commit comments