You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/02/02 12:47:25 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #7319: [AIRFLOW-6702] Dumping kind logs to file.io.

potiuk commented on a change in pull request #7319: [AIRFLOW-6702] Dumping kind logs to file.io.
URL: https://github.com/apache/airflow/pull/7319#discussion_r373843307
 
 

 ##########
 File path: airflow/configuration.py
 ##########
 @@ -65,6 +65,7 @@ def run_command(command):
     """
     Runs command and returns stdout
     """
+    print("Running command: {}".format(command))
 
 Review comment:
   True.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services