mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-22 14:08:18 +00:00
36fee50f4d
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.