In your log4j.properties file add the following line:
log4j.logger.freemarker.beans=WARN, CA
This assigns the level of WARNING to the freemarker.beans package only. All
other packages will inherit the root logger level (usually set to DEBUG).
You can set other packages as well, like:
log4j.
nodje wrote:
>
> Hi,
>
> I'm using Struts 2.1.2. I've configured log4j logging with the following
> line
> log4j.logger.com.opensymphony.xwork2.ognl=ERROR
>
> in order to turn off what seemed to be xwork logging.
>
> However, I'm still getting hundreds of line like these:
> Could not find t
2 matches
Mail list logo