-
Notifications
You must be signed in to change notification settings - Fork 172
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
Remove unnecessary logging package and set log level in root #156
Conversation
We could just add a message acknowledging when the user changes the log level and test for that. It would be better UX anyway. |
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.
LGTM, would just suggest consider adding some acknowledgment to the user that they changed the log level, would make testing cleaner too.
/test all |
@YrrepNoj note the merge conflict currently |
d5067ba
to
65bdca3
Compare
/test all |
Signed-off-by: Jeff McCoy <[email protected]>
Signed-off-by: Jeff McCoy <[email protected]>
This removes the logging package that I meant to remove when we realized we didn't need to wrap the Logrus object.
@RothAndrew do you have any ideas on how we can create a test to verify the CLI was able to interpret and set the correct logging level?