[AIRFLOW-2025] Reduced Logging verbosity
Closes #2967 from britishbadger/reduce_logging_verbosity
This commit is contained in:
Родитель
1021f68031
Коммит
18d09a9481
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче