[AIRFLOW-2025] Reduced Logging verbosity

Closes #2967 from
britishbadger/reduce_logging_verbosity
This commit is contained in:
Kristian Jones 2018-01-23 09:05:58 -08:00 коммит произвёл Chris Riccomini
Родитель 1021f68031
Коммит 18d09a9481
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -75,4 +75,4 @@ class GoogleCloudStorageDownloadOperator(BaseOperator):
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)