diff --git a/cmd/cli/app/get.go b/cmd/cli/app/get.go index 4dd0748e5a70b73a4b8c2a436568c1768ddfe063..7de081b8861931fe0834635451c2cc74ae5d5ce6 100644 --- a/cmd/cli/app/get.go +++ b/cmd/cli/app/get.go @@ -126,6 +126,7 @@ func parseEntry(uuid string, e models.LogEntryAnon) (interface{}, error) { Body: eimpl, UUID: uuid, IntegratedTime: e.IntegratedTime, + LogIndex: int(*e.LogIndex), } return &obj, nil