After updating to elixir 1.15.1, the phoenix server warnings are emitted after every query, making it impossible to debug. Is there a way to not show the warnings in the console of type:
warning: unused alias Repo
lib/UI_web/views/draft_view.ex:6
And before you tell me to just get rid of the warnings by correcting the mentioned problems, this is a legacy project and it would take an awful lot of time to do so.
Thanks.