Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 396 forks source link

Draft up should pipe logs immediately to the log file #628

Closed bacongobbler closed 6 years ago

bacongobbler commented 6 years ago

During longer builds, in another terminal I find myself wanting to inspect the logs from the current build. Because we only write to the log file once the build has finished, the user doesn't know about the build status until it finishes. I'd love for us to pipe these logs straight to the log file rather than through a buffer.

bacongobbler commented 6 years ago

Also see #584 for another scenario

fibonacci1729 commented 6 years ago

closed by #638