Hi everyone. I'm using log4j in my app and have it at the DEBUG level. In any situation where I populate a list full of my data beans I get the following message dumped in the logs for each bean.
getMessage(en_US,org.apache.struts.taglib.bean.format.int) loadLocale(en_US) loadLocale(en) loadLocale() getMessage(en_US,message.resources) loadLocale(en_US) loadLocale(en) loadLocale() There are upwards of 400 beans being processed at a time. So I want to still use the DEBUG setting but am looking for a way to streamline what it prints out? I don't want to use ERROR. Thanks -B
