Question

Is there a way to turn off debug logging for just dozer? At least without having to increase it above the debug level?

Was it helpful?

Solution

Add:

log4j.logger.org.dozer=ERROR
log4j.logger.org.apache.commons.beanutils.converters=ERROR

to your log4j.properties file.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top