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
Bundles filtered log is hard to read #147
Comments
|
If we keep it on a single line, I suggest we replace |
|
I think I'd prefer one per line instead: |
|
Or better yet one per line |
|
Let's make it look like we did with **Bundles passing white/blaclist filter:" if len(validNames) != 0 {
log.Debugf("Bundles passing white/blacklist filter:")
for _, name := range validNames {
log.Debugf("-> %s", name)
}
} |
|
Fixed by PR #149 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feels like the log statement shouldn't be all on one line. it's hard to read:
The
->should be in front of the apbs, but it looks like it is after.The text was updated successfully, but these errors were encountered: