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

Backport to 1.4.latest: Fix a regression in the behavior of the -q/--quiet cli param… #6889

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

peterallenwebb
Copy link
Contributor

resolves #6749

Description

Backports the main branch to the 1.4.latest.

This change addresses a regression which caused dbt to write non-error messages to the console, even when the -q/--quiet flag was used. This happened when the messages were logged before the final log configuration was available. This fix aims to set the log level to error-only as soon as the cli parameters are parsed and -q/--quiet is detected.

Checklist

@cla-bot cla-bot bot added the cla:yes label Feb 7, 2023
@peterallenwebb peterallenwebb marked this pull request as ready for review February 7, 2023 22:17
@peterallenwebb peterallenwebb requested a review from a team February 7, 2023 22:17
@peterallenwebb peterallenwebb requested review from a team as code owners February 7, 2023 22:17
@peterallenwebb peterallenwebb merged commit 790feca into 1.4.latest Feb 8, 2023
@peterallenwebb peterallenwebb deleted the paw/ct-1917-quiet-regression-backport branch February 8, 2023 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants