When I run a Birt report via a frameset in Tomcat with MySQL, the console displays a profiler event with the whole SQL command on org.eclipse.birt.report.data.oda.jdbc.Statement.executeQuery and I can’t catch it with Log4j.
How can I reroute the Birt log to Log4j ?
FYI: I already try http://wiki.eclipse.org/BIRT/FAQ/Deployment and some others, but none of these solutions work.