Dbt: printer.print_run_result_error should log to warning or error instead of info

Created on 9 Oct 2019  路  3Comments  路  Source: fishtown-analytics/dbt

dbt.ui.printer.print_run_result_error only uses logger.info to display the messages. However, these should be logged at either the error or warning level depending on the is_warning parameter.

bug good first issue

Most helpful comment

Coming shortly...

All 3 comments

Hey @heisencoder - I buy that! Feel free to send through a PR for the change if you're so inclined; I'd happily merge it :)

Coming shortly...

this was fixed in #1823 - thanks @heisencoder! :D

Was this page helpful?
0 / 5 - 0 ratings