Full debug SQL
Hi, during development, the sql statement is printed out by the
AshPostgres.DataLayer.run_aggregate_query/3, at: lib/data_layer.ex:738
A long enough sql would be truncated. How do I get the full sql without truncation?
Thanks!1 Reply
It was a noob question.
Answer:
set
config :logger, truncate: :infinity