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.
1 parent fe2f5c2 commit afe3940Copy full SHA for afe3940
1 file changed
README.md
@@ -205,6 +205,13 @@ export MLFLOW_EXPORT_IMPORT_LOG_OUTPUT_FILE=/dbfs/mlflow_export_import/logs/expo
205
export MLFLOW_EXPORT_IMPORT_LOG_FORMAT="%(asctime)s-%(levelname)s - %(message)s"
206
```
207
208
+Multithreading:
209
+
210
+If you use the `use-threads` option on exports, you can use the `threadName` format option:
211
+```
212
+export MLFLOW_EXPORT_IMPORT_LOG_FORMAT="%(threadName)s-%(levelname)s-%(message)s"
213
214
215
## Other
216
217
* [README_options.md](README_options.md) - advanced options.
0 commit comments