你怎么能在凤凰上展示完整的追溯

时间:2018-01-23 15:25:03

标签: elixir phoenix-framework

例如,当一个非常大的地图上存在KeyError时,它不会显示所有地图并保持截断状态,因此它不会显示回溯出现的行,是否有某种方法可以启动phoenix.server以允许更多verbosing?

Server: localhost:4000 (http)
Request: GET someurl
** (exit) an exception was raised
** (KeyError) key :response not found in: %{conn_map}... (truncated)

1 个答案:

答案 0 :(得分:4)

config/dev.exs

中为记录器设置the :truncate option
config :logger, truncate: :infinity