chore: use env debug to println traces

This commit is contained in:
Jesús Pérez Lorenzo 2021-09-16 22:33:57 +01:00
parent 5c41eb7120
commit e5d83ee6cd

View File

@ -96,7 +96,7 @@ pub async fn liveness_check(source: &str,cntrllrs: &Vec<Cntrllr>,serverstring: &
}
}
} else {
if debug > 1 {
if debug > 2 {
println!("Remote checking connection from {} to {} for {} -> {}",&check_cntrllr.sshaccess.host,&serverstring,&source,&tsk_name);
}
let vec_serverstring: Vec<&str> = serverstring.split(':').collect();