我的配置~/.iex.exs
是:
IEx.configure(inspect: [limit: :infinity, printable_limit: :infinity, pretty: true , safe: false] )
在 IEx 中,字符串、列表不会被截断,但尽管进行了配置,但我还是有一些错误被截断,例如:
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)
如果有人有一个好主意!
谢谢 !