AppSignal v1.7.0-beta.2 Appsignal.Ecto View Source

Integration for logging Ecto queries

To add query logging, add the following to you Repo configuration in config.exs:

config :my_app, MyApp.Repo,
  loggers: [Appsignal.Ecto, Ecto.LogEntry]

Link to this section Summary

Link to this section Functions