prevent truncation
iloveitaly opened this issue · 2 comments
iloveitaly commented
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.
iloveitaly commented
found it!
config :logger,
truncate: :infinity