PryIn v1.5.0 PryIn.EctoLogger View Source

Collects metrics for ecto queries inside a tracked interaction.

Activate via:

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