Skip to content

Commit afe3940

Browse files
author
amesar
committed
Added multithreaded logging blurb to README
1 parent fe2f5c2 commit afe3940

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,13 @@ export MLFLOW_EXPORT_IMPORT_LOG_OUTPUT_FILE=/dbfs/mlflow_export_import/logs/expo
205205
export MLFLOW_EXPORT_IMPORT_LOG_FORMAT="%(asctime)s-%(levelname)s - %(message)s"
206206
```
207207

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+
208215
## Other
209216

210217
* [README_options.md](README_options.md) - advanced options.

0 commit comments

Comments
 (0)