Skip to content

Commit

Permalink
added task name to the spiff logs w/ burnettk
Browse files Browse the repository at this point in the history
  • Loading branch information
jasquat committed Sep 22, 2022
1 parent 8d79389 commit c628b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SpiffWorkflow/task.py
Expand Up @@ -294,6 +294,7 @@ def log_info(self, dct=None):
extra.update({
'workflow': self.workflow.spec.name,
'task_spec': self.task_spec.name,
'task_name': self.task_spec.description,
'task_id': self.id,
'task_type': self.task_spec.spec_type,
'data': self.data if logger.level < 20 else None,
Expand Down

0 comments on commit c628b09

Please sign in to comment.