Page 1 of 1

Latest 2.8.1 nighly and logging

PostPosted: Sat Apr 06, 2013 6:39 am
by jallen
Hi Jason,

I just upgraded to 2.8.1 and am trying to use the latest nightly build and I am getting alot of messages to the console when running HtmlExporterNG2. I have all log4j logging disabled currently and the messages are still appearing. I have posted two log files, one with logging set to 'trace' and one set to 'off'. The messages appear right after the line "5-4-2013 11:13:28 *DEBUG* Base:". I had to truncate the files to get them to upload.

Thanks,
Jeff

docx4jtracelog.txt
(29 KiB) Downloaded 202 times

docx4jnolog.txt
(28.72 KiB) Downloaded 231 times

Re: Latest 2.8.1 nighly and logging

PostPosted: Sat Apr 06, 2013 7:45 am
by jason
OK, thanks for letting me know.

I've just identified about 3 System.out.println statements, and replaced them with log.debug.

So the next nightly build ought to fix this

Re: Latest 2.8.1 nighly and logging

PostPosted: Sat Apr 06, 2013 8:18 am
by jallen
Thanks Jason!