dstandish commented on code in PR #43665:
URL: https://github.com/apache/airflow/pull/43665#discussion_r1828461833
##########
airflow/task/standard_task_runner.py:
##########
@@ -159,7 +159,7 @@ def _start_by_fork(self):
args = parser.parse_args(self._command[1:])
self.log.info("Running: %s", self._command)
- self.log.info("Subtask %s", self._task_instance.task_id)
+ self.log.info("Task %s", self._task_instance.task_id)
Review Comment:
like the task id is only useful as an attr to identify a meaningful log
event. but it is not in itself a meaningful log event.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]