mirror of https://github.com/harness/drone.git
log subscriber pipeline type and kind
parent
16107b0e8d
commit
74b62fc08a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue