Hibernate Validator, as most Hibernate components, is very verbose at bootstrap, logging a lot of configuration information at INFO level. If every component does the same, it quickly becomes a nightmare to find useful messages in the bootstrap log. This is a proposal to reduce all the INFO messages to DEBUG, except for the version, which is apparently a product requirement. |