-
-
Notifications
You must be signed in to change notification settings - Fork 89
Error messages are full of Rust noise #484
Copy link
Copy link
Closed
Description
When I have a DNS or connection error, there are lots of errors like
Failed to get namespaced resource kdash::app::pods::KubePod. Service(hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind:
Only one line is used for the error, and the error gets cut off by whatever width the terminal has.
I can guess what is going wrong based on the "dns error" part of the error bar, but that is far from human friendly error message.
If I had a smaller window even the "dns error" part wouldnt be visible.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels