elixir-ecto / db_connection

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

Remove duplicate proxy logs #159

Closed josevalim closed 5 years ago

josevalim commented 5 years ago

I was able to verify the logs appear twice in the DBConnection suite. However, once I remove those log calls, this Ecto test no longer passes as nothing is logged. Thoughts @fishcakez?

josevalim commented 5 years ago

I figured out why the error in ecto was no logged. It was because there was no proper connection checkout.