feat: polish logging if the server is unavailable

This commit is contained in:
Tamipes 2026-05-29 10:42:24 +02:00
parent 1229127101
commit 1bce912a1a
3 changed files with 8 additions and 8 deletions

View file

@ -139,6 +139,7 @@ pub enum ServerDeploymentStatus {
Starting,
PodOk,
Offline,
Unavailable(String),
}
pub fn sanitize_addr(addr: &str) -> &str {