Integration for logging Ecto queries
To add query logging, add the following to you Repo configuration in config.exs:
config.exs
config :my_app, MyApp.Repo, loggers: [Appsignal.Ecto]