[CT-2320] [Regression] [v1.5] dbt list
no longer suppresses info-level logging
#7206
Labels
dbt list
no longer suppresses info-level logging
#7206
Is this a regression in a recent version of dbt-core?
Current Behavior
Using latest beta /
main
branch:Expected/Previous Behavior
v1.4.x:
This is nice because it allows users to easily pipe the results (and only the results) to
jq
/ a file!Steps To Reproduce
main
dbt ls
info
-level logging is included instdout
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
No response
Additional Context
Previous logic in
1.4.latest
branch:dbt-core/core/dbt/task/list.py
Lines 53 to 65 in 65fcbe7
This logic was removed in #6541.
FWIW it's possible to achieve the previous behavior, using v1.5, thanks to the new
--log-level
flag:Acceptance criteria:
--log-level warn
the default behavior withlist
, without needing to pass the--log-level
flag--log-level
flag (or env var), it should take precedence over the default used forlist
The text was updated successfully, but these errors were encountered: