You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix logging message error in promotion_triggered_event_handler that has the variables around the wrong way, and is confusing in the logs.
git-promotion-service/pkg/handler/promotion_triggered_event_handler.go line 61
logger.WithField("func", "handleGitPromotionTriggeredEvent").Infof("start promoting service %s in project %s from stage %s", inputEvent.Stage, inputEvent.Service, inputEvent.Project)
The text was updated successfully, but these errors were encountered:
Fix logging message error in promotion_triggered_event_handler that has the variables around the wrong way, and is confusing in the logs.
git-promotion-service/pkg/handler/promotion_triggered_event_handler.go line 61
logger.WithField("func", "handleGitPromotionTriggeredEvent").Infof("start promoting service %s in project %s from stage %s", inputEvent.Stage, inputEvent.Service, inputEvent.Project)
The text was updated successfully, but these errors were encountered: