We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fe7fc3 + 677e5fd commit c9512adCopy full SHA for c9512ad
_includes/doc/admin-guide/options/source-flags.md
@@ -117,6 +117,17 @@
117
destination. For details on multithreading, see
118
Multithreading and scaling in {{ site.product.short_name }}.
119
120
+ If a parsing or syntax error occurs, use `"threaded"` nested in quotation marks.
121
+
122
+ ```config
123
+ flags(
124
+ validate-utf8
125
+ "threaded"
126
+ store-raw-message
127
+ )
128
+ ```
129
130
131
**NOTE:** The file destination uses multiple threads only if the
132
destination filename contains macros.
133
{: .notice--info}
0 commit comments