dstandish commented on code in PR #43665:
URL: https://github.com/apache/airflow/pull/43665#discussion_r1828461429
##########
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:
to me this has basically no content. i would move it to the L161 message and
just put the key value task_id=%s
wdyt?
--
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]