WIP: app errors

This commit is contained in:
decentral1se 2021-12-24 00:25:53 +01:00
parent fc29ca6fce
commit a85cfe40d0
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ by "abra app logs <app>".
fmt.Println("restarted no. times: ", containerState.RestartCount)
fmt.Println("status: ", containerState.State.Status)
fmt.Println("oom killed: ", containerState.State.OOMKilled)
fmt.Println("error: ", containerState.State.Error)
if containerState.State.Health != nil {
fmt.Println("healthcheck status: ", containerState.State.Health.Status)