-
Notifications
You must be signed in to change notification settings - Fork 146
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
How to suppress all the default output from MBassador? #107
Comments
To elaborate on this, I've tried:
|
#106 may help you - it is about this issue, and the options to address it. |
thx, that helped |
I also wanted to ask if there is a particular reason to make the bus templated?
It's not that it's not working, but one gets all those "rawtypes" and "unchecked" warnings, like if you're compiling some Java 1.4 era code with JDK7. |
My apologies for taking ages in replying. I was drawn into Node.js development lately so I gave my Java projects little attention. I will have time to take care of mbassador issues now. Particularly I will address the issues regarding configuration. @davidsowerby Thanks for answering. |
Fixed and reviewed. |
When i just create a new bus, and publish something to it, STDOUT gets the following:
WARN: No error handler configured to handle exceptions during publication. Error handlers can be added to any instance of AbstractPubSubSupport or via BusConfiguration. Falling back to console logger.
I'd like to suppress that, but can't find the docs on how to do it.
PS: Sorry for publishing in the bug tracker, just didn't know a better way to ask the question reliably.
The text was updated successfully, but these errors were encountered: