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.
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
Most helpful comment
Coming shortly...