Page 1 of 1

Reduce log4j logs

PostPosted: Wed Apr 27, 2011 9:05 pm
by verrnum
Hi,

I found the default logging of docx4j very verbose.

How can i remove the info log messages from docx4j ??

I use also log4j in my project, is the log4j.xml will be conflicted ?

Can i remove log4j.xml from docx4j.jar ?

Thansk for your help.

Re: Reduce log4j logs

PostPosted: Thu Apr 28, 2011 1:32 am
by jason
Sure, you can change the log settings to whatever suits you.

The only constraint is that you need to set log levels for PDF and HTML output appropriately, or certain warnings appear in the PDF/HTML output

Re: Reduce log4j logs

PostPosted: Thu Apr 28, 2011 2:27 am
by verrnum
Hi,

Thanks i found information in log4j.xml in trunk SVN.

Best Regards