Is there a way to disable debug logging for dozer only? At least not increasing it above the debugging level?
Add
log4j.logger.org.dozer=ERROR log4j.logger.org.apache.commons.beanutils.converters=ERROR
to the log4j.properties file.