Skip to content

Commit 66f4db8

Browse files
committed
[core] Log output consistency
1 parent 6216ec4 commit 66f4db8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/integration/trg/plugin.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)