How to stop logging external jar debug statements
807588Apr 21 2009 — edited Apr 22 2009Hi,
I am developing a java app which uses FOP to convert xml to PDF. Log4j is used for logging and in my appender's threshold is set to "debug". I only want debug output of my app not the FOP, how can I achieve that. At this stage I get thousands of lines of debug statements from FOP and it is very hard to track debug statements from the app.
Thanks,
Navi