fuelen / ecto_dev_logger

An alternative logger for Ecto queries
Apache License 2.0
151 stars 16 forks source link

prevent truncation #25

Closed iloveitaly closed 1 year ago

iloveitaly commented 1 year ago

is there a way to prevent output truncation? Set the truncation character limit to a custom value?

fuelen commented 1 year ago

Hi

Log messages are truncated by Logger, so you should configure it. Check Elixir docs.

iloveitaly commented 1 year ago

found it!

config :logger,
  truncate: :infinity