fuelen/ecto_dev_logger

prevent truncation

iloveitaly opened this issue · 2 comments

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

fuelen commented

Hi

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

found it!

config :logger,
  truncate: :infinity