ucx icon indicating copy to clipboard operation
ucx copied to clipboard

[TECH DEBT] try to use `logging.getLogger(f"{log.component}:{log.task_name}")`

Open nfx opened this issue 10 months ago • 0 comments

If I understand it correctly, the goal is to show the task name again when logging the log records in this module. It would be more clear to me, when we remove the replace here and initiate the logger as logging.getLogger(f"{log.component":{log.task_name}")

Originally posted by @JCZuurmond in https://github.com/databrickslabs/ucx/pull/1349#discussion_r1560497029

nfx avatar Apr 11 '24 09:04 nfx