Is there a way to turn off debug logging for just dozer? At least without having to increase it above the debug level?
A:
Add:
log4j.logger.org.dozer=ERROR
log4j.logger.org.apache.commons.beanutils.converters=ERROR
to your log4j.properties file.
Stephane Grenier
2010-01-18 16:11:33