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

proposal: stdout by default #4014

Open
adamgordonbell opened this issue Apr 11, 2024 · 0 comments
Open

proposal: stdout by default #4014

adamgordonbell opened this issue Apr 11, 2024 · 0 comments
Labels
type:proposal A proposal for a new feature

Comments

@adamgordonbell
Copy link
Contributor

adamgordonbell commented Apr 11, 2024

Use case

Earthly now outputs all output to stderr. Suggestion: move to stdout and reserve stderr for errors from Earthly. ( ie. failure to connect to buildkit)

Currently output can be moved to stdout using 2>&1 but it might make sense to default to this.

Another option would be a config flag, where the default for build logs can be changed.

Benefits

Alternative

Another option would be a config option, setting where the default for build logs can be changed. This would be more backwards compatible, though not clear if that is important in this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:proposal A proposal for a new feature
Projects
Status: No status
Development

No branches or pull requests

1 participant