Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In v1.5, dbt list will have standard default log level (info) #3107

Closed
1 task done
jtcohen6 opened this issue Mar 29, 2023 · 1 comment
Closed
1 task done

In v1.5, dbt list will have standard default log level (info) #3107

jtcohen6 opened this issue Mar 29, 2023 · 1 comment
Assignees
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

Comments

@jtcohen6
Copy link
Collaborator

Contributions

  • I have read the contribution docs, and understand what's expected of me.

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 suppress INFO-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 behavior
  • dbt --quiet ls — suppresses anything less than ERROR level, except for "printed" messages

Additional information

Relevant issue comment:

@jtcohen6 jtcohen6 added content Improvements or additions to content improvement Use this when an area of the docs needs improvement as it's currently unclear idea Proposes an idea for new content dbt-core v1.5 Docs impact for the v1.5 release (Apr 2023) labels Mar 29, 2023
@matthewshaver matthewshaver linked a pull request Apr 4, 2023 that will close this issue
4 tasks
@matthewshaver matthewshaver self-assigned this Apr 12, 2023
@matthewshaver
Copy link
Contributor

Closed with #3138

@runleonarun runleonarun removed the idea Proposes an idea for new content label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants