kaxil commented on a change in pull request #9363:
URL: https://github.com/apache/airflow/pull/9363#discussion_r442734482



##########
File path: airflow/task/task_runner/standard_task_runner.py
##########
@@ -73,6 +72,9 @@ def _start_by_fork(self):  # pylint: 
disable=inconsistent-return-statements
             # [1:] - remove "airflow" from the start of the command
             args = parser.parse_args(self._command[1:])
 
+            self.log.info('Running: %s', self._command)
+            self.log.info('Job %s: Subtask %s', self._task_instance.job_id, 
self._task_instance.task_id)

Review comment:
       I meant to leave it in. Mainly to have similar log statements both when 
using "os.fork" and "subprocess"




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to