log subscriber pipeline type and kind

pull/2712/head
Brad Rydzewski 2019-05-20 09:17:50 -07:00
parent 16107b0e8d
commit 74b62fc08a
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,8 @@ type Manager struct {
func (m *Manager) Request(ctx context.Context, args *Request) (*core.Stage, error) {
logger := logrus.WithFields(
logrus.Fields{
"kind": args.Kind,
"type": args.Type,
"os": args.OS,
"arch": args.Arch,
"kernel": args.Kernel,