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
successful bootstrap logs tons of misleading error messages #868
Comments
|
one thought I had would be to gather this information and print a summary report after bootstrap is done. the information is useful for debugging problems. Maybe the report could say out of bound spec versions: 10 I'll get a better example |
|
Agreed 100%. It's useful info if presented well. I think it's useful to log one line about each spec either way, and then a summary at the end could help give a bigger picture. Some thoughts:
|
|
I think that this should be fixed in bundle-lib automationbroker/bundle-lib#50 going to close |
What happened:
I started the broker, and the log is full of error messages that are misleading.
What you expected to happen:
No misleading error messages.
How to reproduce it:
Start the broker, and look at the log.
No runtime label
There were nearly 30 of these messages. It was looking at images that are not service bundles, so they would not be expected to have a runtime label.
Version out of bounds
These messages shouldn't be logged at all. They are looking at images that are not service bundles, hence why the version field is empty.
The text was updated successfully, but these errors were encountered: