Is there a way to suppress SQL output in custom Mix tasks?

Nevermind, I had a very derpy moment:

Logger.configure([level: :info])

Putting this in the code of the mix task worked immediately.