Skip to content

Commit

Permalink
add readiness log
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e committed Jul 18, 2024
1 parent 2ca1673 commit e74c23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildengine/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func Deploy(ctx context.Context, module Module, replicas int32, waitForDeployOnl
if err != nil {
return err
}
logger.Debugf("Deployment %s became ready", resp.Msg.DeploymentKey)
}

return nil
Expand Down

0 comments on commit e74c23b

Please sign in to comment.