LoggerJSON.Ecto.log

You're seeing just the function log, go back to LoggerJSON.Ecto module for more information.

Specs

log(entry :: map()) :: map()

Logs query string with metadata from Ecto.LogEntry in with debug level.

Specs

log(entry :: map(), level :: Logger.level()) :: map()

Overwritten to use JSON.

Logs the given entry in the given level.