Skip to content

Commit 2ac3d71

Browse files
committed
log
1 parent 9d52614 commit 2ac3d71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/supervisor/pkg/supervisor/supervisor.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ func (s IDEKind) String() string {
150150

151151
// Run serves as main entrypoint to the supervisor.
152152
func Run(options ...RunOption) {
153+
log.Info("supervisor run")
153154
exitCode := 0
154155
defer handleExit(&exitCode)
155156

@@ -236,6 +237,7 @@ func Run(options ...RunOption) {
236237
}
237238
tokenService.provider[KindGit] = []tokenProvider{NewGitTokenProvider(gitpodService, cfg.WorkspaceConfig, notificationService)}
238239

240+
log.Info("gitpodConfigService")
239241
gitpodConfigService := config.NewConfigService(cfg.RepoRoot+"/.gitpod.yml", cstate.ContentReady(), log.Log)
240242
go gitpodConfigService.Watch(ctx)
241243

0 commit comments

Comments
 (0)