mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-20 13:08:27 +00:00
d7cff8fbaf
anyhow uses the alternate formatting style ("{:#}") to display all of
the causes of an error instead of the outermost context.
Without this, there's less information available to figure out what's
going on. It's probably too much to display in the compute node logs
though, so it's better to leave that formatting as-is.