chore: use env debug to println traces
This commit is contained in:
parent
5c41eb7120
commit
e5d83ee6cd
@ -96,7 +96,7 @@ pub async fn liveness_check(source: &str,cntrllrs: &Vec<Cntrllr>,serverstring: &
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if debug > 1 {
|
if debug > 2 {
|
||||||
println!("Remote checking connection from {} to {} for {} -> {}",&check_cntrllr.sshaccess.host,&serverstring,&source,&tsk_name);
|
println!("Remote checking connection from {} to {} for {} -> {}",&check_cntrllr.sshaccess.host,&serverstring,&source,&tsk_name);
|
||||||
}
|
}
|
||||||
let vec_serverstring: Vec<&str> = serverstring.split(':').collect();
|
let vec_serverstring: Vec<&str> = serverstring.split(':').collect();
|
||||||
|
Loading…
Reference in New Issue
Block a user