Skip to content

Commit

Permalink
Merge pull request #743 from opendevstack/feature/log-sub-repo-ctxt
Browse files Browse the repository at this point in the history
Log sub repo context
  • Loading branch information
michaelsauter committed Nov 13, 2023
2 parents 72ae708 + acb1f70 commit bc4cbfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/start/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
logger.Infof("Assembled context for sub-repo %q: %+v", subrepo.Name, subrepoCtxt)
subrepoContexts = append(subrepoContexts, subrepoCtxt)
}
}
Expand Down

0 comments on commit bc4cbfa

Please sign in to comment.