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

Logging support and --verbose option #19

Open
patrickfreed opened this issue Oct 26, 2022 · 1 comment
Open

Logging support and --verbose option #19

patrickfreed opened this issue Oct 26, 2022 · 1 comment

Comments

@patrickfreed
Copy link
Contributor

swiftly currently prints some basic amount of human readable output, but we should also introduce the ability to log output using swift-log. We should also support a --verbose option to control how much output is included.

@cmcgee1024
Copy link
Member

The verbose option is coming with #177 so that the default level is just to provide the high level actions that swiftly is taking, not the gpg messages, installer, etc. Choosing verbose would display all of those. Full logging might include the individual system commands that are executed, exit status codes, and other details.

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

2 participants