In v1.5, dbt list
will have standard default log level (info
)
#3107
Labels
content
Improvements or additions to content
dbt-core v1.5
Docs impact for the v1.5 release (Apr 2023)
improvement
Use this when an area of the docs needs improvement as it's currently unclear
Milestone
Contributions
Link to the page on docs.getdbt.com requiring updates
https://docs.getdbt.com/guides/migration/versions/upgrading-to-v1.5#breaking-changes
What part(s) of the page would you like to see updated?
dbt list
will no longer suppressINFO
-level logging by default.Instead, if users want to pipe the results of
dbt list
to a file /jq
/ another process, and exclude unrelated log messages from the output, they can use either of the following flags:dbt --log-level warn ls
— exactly equivalent to previous default behaviordbt --quiet ls
— suppresses anything less thanERROR
level, except for "printed" messagesAdditional information
Relevant issue comment:
dbt list
no longer suppresses info-level logging dbt-core#7206 (comment)The text was updated successfully, but these errors were encountered: