deedmitrij opened a new issue #19224:
URL: https://github.com/apache/airflow/issues/19224


   ### Body
   
   According to the @uranusjr request in the following PR 
https://github.com/apache/airflow/pull/17651#discussion_r735348180, this issue 
was created to refactor the **LoggingCommandExecutor** class and it's 
inheritors to substitute the next legacy logic
   ```
               with open(os.devnull, 'w') as dev_null:
                   return subprocess.call(args=cmd, stdout=dev_null, 
stderr=subprocess.STDOUT, env=env, cwd=cwd)
   ```
   to provide `subprocess.DEVNULL` to `sdtout` instead.
   
   ### Committer
   
   - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow 
project.


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


Reply via email to