How to disable debugging only for a bulldozer?

Is there a way to disable debug logging for dozer only? At least not increasing it above the debugging level?

+4
source share
1 answer

Add

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

to the log4j.properties file.

+6
source

All Articles