Skip to content

Commit

Permalink
feat: more debugging ...
Browse files Browse the repository at this point in the history
  • Loading branch information
fritterhoff committed Oct 26, 2023
1 parent 4aa6cca commit 76b7790
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/step-agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ var agent = cli.Command{

if token.WaitTimeout(30*time.Second) && token.Error() != nil {
logrus.WithError(token.Error()).Warn("subscribing failed")
} else {
logrus.Infof("subscribed to topic %s", fmt.Sprintf("%s/jobs", c.String("organization")))
}

return nil
Expand Down

0 comments on commit 76b7790

Please sign in to comment.