Skip to content

Commit

Permalink
[AIRFLOW-2025] Reduced Logging verbosity
Browse files Browse the repository at this point in the history
Closes apache#2967 from
britishbadger/reduce_logging_verbosity
  • Loading branch information
Kristian Jones authored and criccomini committed Jan 23, 2018
1 parent 1021f68 commit 18d09a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/contrib/operators/gcs_download_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ def execute(self, context):
context['ti'].xcom_push(key=self.store_to_xcom_key, value=file_bytes)
else:
raise RuntimeError('The size of the downloaded file is too large to push to XCom!')
self.log.info(file_bytes)
self.log.debug(file_bytes)

0 comments on commit 18d09a9

Please sign in to comment.