Is there a straightforward way to save the actual ...
# plugins-integrations
a
> Is there a straightforward way to save the actual logs? probably @User can provide a better answer, but I know that the logs of Kedro are saved in
logs/info.log
. Therefore, probably you could call
mlflow.log_artifact("logs/info.log")
to save it
4 Views