-
Notifications
You must be signed in to change notification settings - Fork 1.5k
*: improve logging messages #375
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
Conversation
|
/approve |
wking
left a comment
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.
The only thing I feel really strongly about is the Apply error handling, which is largely orthogonal, so I'm fine punting to a seperate PR. Take what you want from the other suggestions and I'll /lgtm.
No changes to `glide.yaml`; just running an update.
This bumps github.com/sirupsen/logrus to v1.1.0, which provides the DisableLevelTruncation option in the text formatter.
This slightly improves some of the logging messages and hides the
Terraform output by default (it can still be enabled by setting the log
level to debug). Installing a cluster with libvirt looks like the
following:
INFO Fetching OS image...
INFO Using Terraform to create cluster...
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, crawford, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This slightly improves some of the logging messages and hides the
Terraform output by default (it can still be enabled by setting the log
level to debug). Installing a cluster with libvirt looks like the
following: