better status overview
All checks were successful
Pipeline was successful

This commit is contained in:
Tobias Trabelsi 2023-11-04 22:08:30 +01:00
parent 3280b21f9b
commit 047e859efa
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E

View File

@ -67,7 +67,8 @@ func main() {
}
log.WithFields(log.Fields{
"Caller": "Main",
}).Infof("Waiting for agent %s to start", server.Name)
}).Infof("%s is in status %s", server.Name, server.Status)
time.Sleep(30 * time.Second)
}
} else {
log.WithFields(log.Fields{