File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -769,7 +769,7 @@ func (p *Plugin) CallStack(data interface{}) (stack map[string]interface{}) {
769769 p .pendingRunStops [envId ] = runNumber64
770770 log .WithField ("partition" , envId ).
771771 WithField ("run" , runNumber64 ).
772- Debug ("TRG RunStart success" )
772+ Info ("TRG RunStart success" )
773773
774774 trgStartTime := strconv .FormatInt (time .Now ().UnixMilli (), 10 )
775775 parentRole , ok := call .GetParentRole ().(callable.ParentRole )
@@ -880,7 +880,7 @@ func (p *Plugin) CallStack(data interface{}) (stack map[string]interface{}) {
880880 delete (p .pendingRunStops , envId )
881881 log .WithField ("partition" , envId ).
882882 WithField ("run" , runNumber64 ).
883- Debug ("TRG RunStop success" )
883+ Info ("TRG RunStop success" )
884884
885885 trgEndTime := strconv .FormatInt (time .Now ().UnixMilli (), 10 )
886886 parentRole , ok := call .GetParentRole ().(callable.ParentRole )
You can’t perform that action at this time.
0 commit comments