Skip to content

Commit 07083aa

Browse files
committed
fix: Duplicate logging once again
1 parent 52afa28 commit 07083aa

File tree

1 file changed

+1
-0
lines changed
  • airflow_dbt_python/hooks

1 file changed

+1
-0
lines changed

airflow_dbt_python/hooks/dbt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ def setup_dbt_logging(self, task: BaseTask, debug: Optional[bool]):
387387
# configured the loggers before the call to setup_event_logger.
388388
# In the future, handlers may also be cleared or setup to use Airflow's.
389389
file_log.setLevel("INFO")
390+
file_log.propagate = False
390391
configured_file.setLevel("INFO")
391392
configured_file.propagate = False
392393

0 commit comments

Comments
 (0)