Is there a way to turn off debug logging for just dozer? At least without having to increase it above the debug level?
Add:
log4j.logger.org.dozer=ERROR log4j.logger.org.apache.commons.beanutils.converters=ERROR
to your log4j.properties file.