feat: polish logging if the server is unavailable
This commit is contained in:
parent
1229127101
commit
1bce912a1a
3 changed files with 8 additions and 8 deletions
|
|
@ -139,6 +139,7 @@ pub enum ServerDeploymentStatus {
|
|||
Starting,
|
||||
PodOk,
|
||||
Offline,
|
||||
Unavailable(String),
|
||||
}
|
||||
|
||||
pub fn sanitize_addr(addr: &str) -> &str {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue