How to deal with long stack traces?

hi guys any way to deal with long stack traces? I am using Absinthe and every time something goes wrong I got the trace in one line and it is not that readable, I even had to put the logger to truncate to “infinity” but that does not fix the readability issue.

Thanks