My config ~/.iex.exs
is :
IEx.configure(inspect: [limit: :infinity, printable_limit: :infinity, pretty: true , safe: false] )
In IEx, strings, lists are not truncated, but despite the configuration ,I have some errors troncated like :
19:35:15.338 [error] #PID<0.404.0> running HTTP (cowboy_protocol) terminated
Server: localhost:4201 (http)
Request: GET /api?elemen_id%5B%5D=FOO_1&elemen_id%5B%5D=FOO_2&*********************************** (truncated)
If someone have a good idea !
Thanks !