Closed scullionw closed 5 months ago
Yes, the Display format only shows the root cause in a single line, while Debug shows the full error chain, stacktrace, et.al;
This primarily so that other's can print an eyre report inline like we do with Failed to connect to redis...
eprintln("{error:?}")
eprintln("{error}")
is this expected?