Skip to content

Commit

Permalink
hotfix verbosity inside logger instance
Browse files Browse the repository at this point in the history
  • Loading branch information
pebeto committed Aug 17, 2023
1 parent d75906f commit d36386b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ function MLFlowLogger(baseuri; experiment_name="MLJ experiment",
if ~healthcheck(service)
error("It seems that the MLFlow server is not running. For more information, see https://mlflow.org/docs/latest/quickstart.html")
end
MLFlowLogger(service, 1, experiment_name, artifact_location)
MLFlowLogger(service, verbosity, experiment_name, artifact_location)
end

0 comments on commit d36386b

Please sign in to comment.