-
Notifications
You must be signed in to change notification settings - Fork 409
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
Fix logs for uniformity (#716) #723
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.
Thanks @petosorus!
I tried this out and the output is not really unified. Now for warnings it looks like this: [WARN] :-): origin crate has no README
(Notice the :
after the smiley). The :
should come after [WARN]
.
This also makes one test to break, since the test checks for e.g. [WARN]:
Yeah, I'm a bit dumb and made this change a bit too quickly. Thanks for the feedback. |
Regarding the broken test, should I change This is in |
Yeah, I think you can check for |
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.
@petosorus Sorry for my late response! This now works good. Would be great if you could rebase master into your branch and then we can get this merged 😊
Hi! I'm still not too sure about rebase, should have done what's needed :) |
@petosorus Thanks! It looks good! There's something weird going on with the checks. Once those passes we can get this merged 😊 |
No description provided.