Squashed 'SpiffWorkflow/' changes from 1f51db962..450ef3bcd

450ef3bcd Merge pull request #105 from sartography/feature/avoid_logs_when_call_activity_waiting
58468a489 do not write set data logs at all since they are redundant w/ burnettk
0eeccaf1c do not write to logs when a task is inheriting data from the parent w/ burnettk

git-subtree-dir: SpiffWorkflow
git-subtree-split: 450ef3bcd639b6bc1c115fbe35bf3f93946cb0c7
This commit is contained in:
jasquat 2023-01-19 13:44:52 -05:00
parent 35ef5cbe54
commit eedac61165
1 changed files with 0 additions and 1 deletions

View File

@ -712,7 +712,6 @@ class Task(object, metaclass=DeprecatedMetaTask):
Defines the given attribute/value pairs.
"""
self.data.update(kwargs)
data_log.info('Set data', extra=self.log_info())
def _inherit_data(self):
"""