printer.print_run_result_error should log to warning or error instead of info #1818
Labels
bug
Something isn't working
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Milestone
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.
The text was updated successfully, but these errors were encountered: