Skip to content

Commit

Permalink
Added current version of UCX to task logs (#566)
Browse files Browse the repository at this point in the history
Resolves #539
  • Loading branch information
The5cheduler committed Nov 27, 2023
1 parent 6f7698e commit 1b42036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/databricks/labs/ucx/framework/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def trigger(*argv):
databricks_logger.removeHandler(console_handler)
databricks_logger.addHandler(file_handler)

ucx_logger.info(f"After job finishes, see debug logs at {log_file}")
ucx_logger.info(f"UCX v{__version__} After job finishes, see debug logs at {log_file}")

log_readme = log_path.joinpath("README.md")
if not log_readme.exists():
Expand Down

0 comments on commit 1b42036

Please sign in to comment.