AppSignal v1.6.7 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]
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]