Is there any way to cause Karaf to suppress logging the full exception stack and instead just log the exception type and message for one or more bundles?
There are occasions that I want to fail a service activation because of a configuration error but I really don't need or want a full trace of the IllegalArgumentException that was thrown. Scott
