-
Notifications
You must be signed in to change notification settings - Fork 991
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
Output levels + logger output + Replaced tracer #11522
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking very good
Co-authored-by: James <james@conan.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of comments
Changelog: Feature: Added two new arguments for all commands
-v
for controlling the verbosity of the output and--logger
to output the contents in a json log format for log processors.Docs: Pending (Also document: set_conan_output_level(level, activate_logger=False)
Example of output for
conan install --require zlib/1.2.11@ --logger -vvv
: