-
Notifications
You must be signed in to change notification settings - Fork 562
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
Adjust log levels #3724
Adjust log levels #3724
Conversation
I've also seen a couple of print statements where I wonder if they should be log messages:
|
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.
Thanks for putting this together! It's much appreciated. I suggested a few tweaks inline, and tried to provide my reasoning on them as well.
For the most part, no.
These two, however, should indeed be logging statements. Thanks for catching those.
|
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
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.
This is looking good now, thanks! Only one required change, a small typo on one of the exception classes. But with that fixed, this looks good to go from my POV.
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
@ferdnyc Thank you so much for all of the feedback! I think I added all of the requested changes, but it still shows me "1 change requested". I don't know why. |
@MartinThoma Thanks! I think that might mean simply that I requested changes, and haven't come back to "accept" the new commits. (IOW, it's more like "1 reviewer requested changes". GitHub Is Confusing™.) No matter, reviews don't block merges in the repo, so it could go in regardless. I'll take a look this evening when I'm back at my computer, and we should be all set. Thanks again! |
Yup, as I suspected the "1 change" is dumb and was just counting the number of reviewers who selected "Approve" or "Request Changes" instead of "Comment", it wasn't actually tracking the changes that needed to be made. All looks good now, merging — thanks again! |
Related to issue #3708