elixir-ecto / db_connection

Database connection behaviour
http://hexdocs.pm/db_connection/DBConnection.html
306 stars 113 forks source link

Change disconnect_all log severity to debug #257

Closed btkostner closed 2 years ago

btkostner commented 2 years ago

Because disconnect_all is being explicitly called, the logging message doesn't need to be as verbose as it is. This changes the severity to debug. From @josevalim's comment here.

josevalim commented 2 years ago

It seems to have broken tests, can you please take a look? :)

btkostner commented 2 years ago

Whoops. I missed that when editing on GitHub. Should be good now :+1:

josevalim commented 2 years ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart: