Skip to content

Commit

Permalink
Log when a controller is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
begelundmuller committed Oct 19, 2023
1 parent f564171 commit 092ab82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ func (r *registryCache) restartController(iwc *instanceWithController) {
close(iwc.readyCh)
r.mu.Unlock()

r.logger.Info("controller ready", zap.String("instance_id", iwc.instance.ID))

err = ctrl.Run(iwc.ctx)
}

Expand Down

1 comment on commit 092ab82

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://ui.rilldata.com as production
🚀 Deployed on https://653127430fbc36038c063834--rill-ui.netlify.app

Please sign in to comment.