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

Add more logging options #19

Open
sbordeyne opened this issue Jan 19, 2024 · 0 comments
Open

Add more logging options #19

sbordeyne opened this issue Jan 19, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@sbordeyne
Copy link

sbordeyne commented Jan 19, 2024

We should be able to configure logging verbosity from the CLI. Seeing only warnings, or errors in some instances, or info (default), or verbose logs (for every single action of the build step)

Different log formats could also be implemented, as well as options to turn off pretty printing, or turn off colors, which can look wonky in some CI build logs that do not support ANSI escape sequences.

Options could be

--log-format [json,txt,pretty] 
--[no-]colors
--verbosity [debug,verbose,info,warning,errors]
@tenhobi tenhobi added the enhancement New feature or request label Jan 19, 2024
@tenhobi tenhobi added this to the v2 milestone Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants