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

Feature request: build log formatting options #594

Open
apex-omontgomery opened this issue Nov 25, 2020 · 0 comments
Open

Feature request: build log formatting options #594

apex-omontgomery opened this issue Nov 25, 2020 · 0 comments

Comments

@apex-omontgomery
Copy link

These are feature requests to improve codefresh logs <build_id>

It's my opinion that these features are essential to make interacting with build logs useful:

  1. The ability to turn off color codes using a flag
  2. Line endings are using CRLF in a in a peculiar way that causes dos2unix to fail.
$ codefresh logs $BUILD_ID > data.out
$ dos2unix data.out
dos2unix: Binary symbol 0x1B found at line 33
dos2unix: Skipping binary file data.out
  1. Filtering/ selecting of individual steps is only possible through post processing. This makes it difficult to parse the output, when you only need logs from a single failing step.
  2. The ability to output formatting as json (this would solve 3.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant