| We use JPA and Hibernate as the implementation. During development we tend to do various mapping mistakes that make the bootstrap fail. Every time this happens we have to start the debugger with a breakpoint and inspect the exception to discover what happened. Some of the people with less experience in the team kept running in circles trying to understand why they see a Weld exception that it couldn't find the entity manager bean when the cause could have instantly been seen with an error message in the logs. Is my suggestion to improve this situation that bad? At least the one with a different logger that would allow us to enable that logger to show the error in the logs. That shouldn't bother people with more providers. |