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 2021/07/02 07:21:02 UTC

[GitHub] [airflow] malthe commented on a change in pull request #16704: Remove excessive logging

malthe commented on a change in pull request #16704:
URL: https://github.com/apache/airflow/pull/16704#discussion_r662794236



##########
File path: airflow/providers/sftp/hooks/sftp.py
##########
@@ -224,9 +224,7 @@ def retrieve_file(self, remote_full_path: str, local_full_path: str) -> None:
         :type local_full_path: str
         """
         conn = self.get_conn()
-        self.log.info('Retrieving file from FTP: %s', remote_full_path)

Review comment:
       @kaxil that's a way to solve it as well. I'm not really that opinionated about it as long as they don't get into INFO level.




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org