mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
compute_ctl can panic, but `tracing` is used for logging. panic stderr output can interleave with messages from normal logging. The fix is to use the established way (pageserver, safekeeper, storage_broker) of using `tracing` to report panics.