How to have untruncated logs in your Phoenix console
July 04, 2022
By default, logs in the console are truncated when they're too long, in order to get the full logs, simply add the following to your config file.
# dev.exs
config :logger,
truncate: :infinity