Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compute_ctl: enable tracing panic hook (#4375)
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.
- Loading branch information
36fee50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1071 tests run: 1024 passed, 0 failed, 47 skipped (full report)
36fee50 at 2023-06-01T18:30:10.924Z :recycle: