mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-24 22:59:59 +00:00
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.