-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add support for JSON formatted logs #3133
Comments
Hey, I am a student at the University of Texas at Austin, and I was wondering if I could work on this issue for my virtualization class! Thanks. |
Signed-off-by: Moe Ghanem <[email protected]> added toml and flag functionality to buildkitd, fixed buildctl Signed-off-by: Moe Ghanem <[email protected]> removed toml from ctl Signed-off-by: Moe Ghanem <[email protected]> buildctl –opt flags documentation Signed-off-by: Moe Ghanem <[email protected]> updated with the properly toml and flag usage Signed-off-by: Moe Ghanem <[email protected]> changed "format" to "log-format", config struct Signed-off-by: Moe Ghanem <[email protected]>
Signed-off-by: Moe Ghanem <[email protected]> added toml and flag functionality to buildkitd, fixed buildctl Signed-off-by: Moe Ghanem <[email protected]> removed toml from ctl Signed-off-by: Moe Ghanem <[email protected]> buildctl –opt flags documentation Signed-off-by: Moe Ghanem <[email protected]> updated with the properly toml and flag usage Signed-off-by: Moe Ghanem <[email protected]> changed "format" to "log-format", config struct Signed-off-by: Moe Ghanem <[email protected]>
@moeghanem I would be more than happy to have JSON logs. I see a stale PR and am willing to help, anything blocking you? |
Nice, I cloned your fork and performed a rebase and squash operation. You can see the results on the comparison: https://github.com/moby/buildkit/compare/master...chagui:buildkit:master?expand=1 |
@chagui Ah, so is there anything else that needs to be done regarding this? |
@moeghanem yes. Git rebase, squash...oh my! will describe the process better than I can over the PR. The please-squash-your-commits section is the one relevant for your PR (#3824). |
Signed-off-by: Moe Ghanem <[email protected]> added toml and flag functionality to buildkitd, fixed buildctl Signed-off-by: Moe Ghanem <[email protected]> removed toml from ctl Signed-off-by: Moe Ghanem <[email protected]> buildctl –opt flags documentation Signed-off-by: Moe Ghanem <[email protected]> updated with the properly toml and flag usage Signed-off-by: Moe Ghanem <[email protected]> changed "format" to "log-format", config struct Signed-off-by: Moe Ghanem <[email protected]>
Signed-off-by: Moe Ghanem <[email protected]> added toml and flag functionality to buildkitd, fixed buildctl Signed-off-by: Moe Ghanem <[email protected]> removed toml from ctl Signed-off-by: Moe Ghanem <[email protected]> buildctl –opt flags documentation Signed-off-by: Moe Ghanem <[email protected]> updated with the properly toml and flag usage Signed-off-by: Moe Ghanem <[email protected]> changed "format" to "log-format", config struct Signed-off-by: Moe Ghanem <[email protected]>
Signed-off-by: Moe Ghanem <[email protected]> added toml and flag functionality to buildkitd, fixed buildctl Signed-off-by: Moe Ghanem <[email protected]> removed toml from ctl Signed-off-by: Moe Ghanem <[email protected]> buildctl –opt flags documentation Signed-off-by: Moe Ghanem <[email protected]> updated with the properly toml and flag usage Signed-off-by: Moe Ghanem <[email protected]> changed "format" to "log-format", config struct Signed-off-by: Moe Ghanem <[email protected]>
Signed-off-by: Moe Ghanem <[email protected]> added toml and flag functionality to buildkitd, fixed buildctl Signed-off-by: Moe Ghanem <[email protected]> removed toml from ctl Signed-off-by: Moe Ghanem <[email protected]> buildctl –opt flags documentation Signed-off-by: Moe Ghanem <[email protected]> updated with the properly toml and flag usage Signed-off-by: Moe Ghanem <[email protected]> changed "format" to "log-format", config struct Signed-off-by: Moe Ghanem <[email protected]> Signed-off-by: Guilhem Charles <[email protected]>
Signed-off-by: Guilhem Charles <[email protected]>
Signed-off-by: Guilhem Charles <[email protected]>
Signed-off-by: Guilhem Charles <[email protected]>
Signed-off-by: Guilhem Charles <[email protected]>
Signed-off-by: Guilhem Charles <[email protected]>
Signed-off-by: Guilhem Charles <[email protected]>
Signed-off-by: Guilhem Charles <[email protected]>
Signed-off-by: Guilhem Charles <[email protected]>
Signed-off-by: Guilhem Charles <[email protected]>
It would be great to have support for JSON formatted logs, perhaps with a new option in the
buildkitd.toml
to switch between the defaultTextFormatter
in here andJSONFormatter
(docs).The text was updated successfully, but these errors were encountered: