Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #80 from rebuy-de/more-logging
Browse files Browse the repository at this point in the history
add manifest to pod failure logs
  • Loading branch information
svenwltr authored Oct 6, 2017
2 parents fd06562 + bdbc0ec commit b673ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/interceptors/waiter/interceptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ func (dwi *DeploymentWaitInterceptor) podNotifier(ctx context.Context, rs *v1bet
log.WithFields(log.Fields{
"Name": pod.ObjectMeta.Name,
"Namespace": pod.ObjectMeta.Namespace,
"PodData": pod,
}).Warn(err)
}
}
Expand Down

0 comments on commit b673ecd

Please sign in to comment.