Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
More loggingg
Browse files Browse the repository at this point in the history
  • Loading branch information
sargun committed May 10, 2018
1 parent 345f490 commit d03691b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions executor/runtime/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -1259,10 +1259,11 @@ func handleEvent(c *runtimeTypes.Container, message events.Message, statusMessag
}
l := log.WithFields(
map[string]interface{}{
"status": message.Status,
"id": message.ID,
"from": message.From,
"type": message.Type,
"action": message.Action,
"status": message.Status,
"id": message.ID,
"from": message.From,
"type": message.Type,
"actorId": message.Actor.ID,
})
for k, v := range message.Actor.Attributes {
Expand Down

0 comments on commit d03691b

Please sign in to comment.