Search code examples
loggingdozer

How to turn off debugging for just dozer?


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


Solution

  • Add:

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

    to your log4j.properties file.