@@ -377,6 +377,7 @@ func (p *Plugin) ObjectStack(varStack map[string]string) (stack map[string]inter
377377 detectorsSlice , err := p .parseDetectors (pdpDetectorList )
378378 if err != nil {
379379 log .WithField ("partition" , envId ).
380+ WithField ("detectorList" , pdpDetectorList ).
380381 WithField ("call" , "GenerateEPNWorkflowScript" ).
381382 Error ("cannot parse general detector list" )
382383 return
@@ -403,6 +404,7 @@ func (p *Plugin) ObjectStack(varStack map[string]string) (stack map[string]inter
403404 detectorsSlice , err := p .parseDetectors (pdpDetectorListQc )
404405 if err != nil {
405406 log .WithField ("partition" , envId ).
407+ WithField ("detectorList" , pdpDetectorListQc ).
406408 WithField ("call" , "GenerateEPNWorkflowScript" ).
407409 Error ("cannot parse general detector list" )
408410 return
@@ -429,6 +431,7 @@ func (p *Plugin) ObjectStack(varStack map[string]string) (stack map[string]inter
429431 detectorsSlice , err := p .parseDetectors (pdpDetectorListCalib )
430432 if err != nil {
431433 log .WithField ("partition" , envId ).
434+ WithField ("detectorList" , pdpDetectorListCalib ).
432435 WithField ("call" , "GenerateEPNWorkflowScript" ).
433436 Error ("cannot parse general detector list" )
434437 return
@@ -898,6 +901,7 @@ func (p *Plugin) CallStack(data interface{}) (stack map[string]interface{}) {
898901 arguments ["detectors" ] = strings .Join (detectorsSlice , "," )
899902 } else {
900903 log .WithField ("partition" , envId ).
904+ WithField ("detectorList" , detectorsSlice ).
901905 WithField ("call" , "Configure" ).
902906 Warn ("cannot parse general detector list" )
903907 }
0 commit comments