mlflow.config
-
mlflow.config.
enable_async_logging
(enable=True)[source] Enable or disable async logging globally for fluent API.
enable_async_logging only affects fluent logging APIs, such as mlflow.log_metric, mlflow.log_param, etc. Client APIs, i.e., logging APIs in class
mlflow.client.MlflowClient()
are not affected.- Parameters
enable – bool, if True, enable async logging. If False, disable async logging.