nicholasyager / dbt-loom

A dbt-core plugin to weave together multi-project dbt-core deployments
The Unlicense
104 stars 19 forks source link

migrated to dbt-core style logging #32

Closed alangner closed 6 months ago

alangner commented 6 months ago

Originally I wanted to use the dbt-core logging mechanism so that dbt-loom does not print to stdout in case the --quiet flag is speciifed for a dbt run. In our case for some dbt macros we write the output to a file which should not contain logs from dbt. Additonally it integrates now neatly with timestamp etc.

Resolves: #2

alangner commented 6 months ago

I just noticed that this is related to an open issue (#2)