Skip to content

Commit

Permalink
karton-system: redundant root_uid in log
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed May 14, 2024
1 parent 35709d3 commit 0463137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karton/system/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def gc_collect(self) -> None:

def route_task(self, task: Task, binds: List[KartonBind]) -> None:
# Performs routing of task
self.log.info("[%s] Processing task %s", task.root_uid, task.uid)
self.log.info("[%s] Processing task %s", task.root_uid, task.task_uid)
# store the producer-task relationship in redis for task tracking
self.backend.log_identity_output(
task.headers.get("origin", "unknown"), task.headers
Expand Down

0 comments on commit 0463137

Please sign in to comment.