Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Logs not streaming to the console #143

Closed
lholmquist opened this issue Nov 29, 2017 · 3 comments · May be fixed by #733
Closed

Build Logs not streaming to the console #143

lholmquist opened this issue Nov 29, 2017 · 3 comments · May be fixed by #733
Assignees
Milestone

Comments

@lholmquist
Copy link
Member

The build logs are not streaming to the console anymore. instead the whole logs will output to the console once it is totally finished building on the server.

I think it might be because of our async/await usage in that part of the code(?)

@lholmquist lholmquist added the bug label Nov 29, 2017
@lholmquist lholmquist added this to the 1.0.0 milestone Nov 29, 2017
@lance lance self-assigned this Nov 29, 2017
@lance
Copy link
Member

lance commented Nov 29, 2017

Do you mean the TRACE lines?

@lholmquist
Copy link
Member Author

right, the TRACE lines, whats coming from the server

@lance
Copy link
Member

lance commented Nov 30, 2017

It appears that this is possibly a result of changes to minishift and how the API responds. Previously, the API responded asynchronously, but now the HTTP connection persists until the build has completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants