Skip to content

Commit

Permalink
fix: Add two debug logs (#1023)
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <cegao@tensorchord.ai>

Signed-off-by: Ce Gao <cegao@tensorchord.ai>
  • Loading branch information
gaocegege committed Oct 13, 2022
1 parent 0fc4d8d commit a58197c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ func up(clicontext *cli.Context) error {
return err
}

logrus.Debug("start running the environment")
// Do not attach GPU if the flag is set.
gpuEnable := clicontext.Bool("no-gpu")
var gpu bool
Expand Down
1 change: 1 addition & 0 deletions pkg/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ func (b generalBuilder) build(ctx context.Context, pw progresswriter.Writer) err
return errors.Wrap(err, "failed to wait error group")
}
}
b.logger.Debug("build successfully")
return nil
}

Expand Down

0 comments on commit a58197c

Please sign in to comment.