-
Notifications
You must be signed in to change notification settings - Fork 115
Add debug output option #475
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
Comments
Currently setting the environment
Is that sufficient? If so, at the very least it sounds like we could probably improve the docs to point this out. |
At a minimum a documentation improvement is needed to ensure that option is publicized, both on the website docs and in the help output from the (sub)command. A flag would be far more user friendly than setting a random env var, particularly when dealing with the command running inside of a container. When running the command inside of the container you'd need to add an env var flag to the already very complex tldr; Adding a |
….0.163 build(deps): bump serde from 1.0.162 to 1.0.163
Drop unused format-version API
Hi @cgwalters & @jmarrero! Can I take this issue if nobody else is working on it? (no assignees but asking anyways) Not an expert on the topic but I want to give it a start on contributing to bootc so this issue looked suitable as this is a |
/assign Starting to look at this (in my spare time. So dont expect a quick PR pls). Pls let me know if you have any concerns. Edit: Oh, seems that you don't have the assign bot. |
Does this more or less follow the same code path as the previous env var method? Output looks quite similar. |
It is actually not related to the prev. code path. The tracing is the same tracing mechanism, we tweak it and add a new flag to the CLI for tweaking the log level on the fly. Now it is the |
When
bootc
shells out to external applications, such as during installation to sgdisk and systemd-cryptenroll, it should provide a way for the entire exact command to be logged or otherwise visible to the user for debugging purposes.The text was updated successfully, but these errors were encountered: