Ecto.Adapters.SQL.Connection.ddl_logs

You're seeing just the callback ddl_logs, go back to Ecto.Adapters.SQL.Connection module for more information.

Specs

ddl_logs(result :: term()) :: [
  {Logger.level(), Logger.message(), Logger.metadata()}
]

Receives a query result and returns a list of logs.