Commit 66ba533b authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Omite generación de logs de Birt

parent 6670fc6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ public class ReportUtil {

	static {
		try {
			CONFIG.setLogConfig("/tmp/birt.log", Level.FINEST);
			CONFIG.setLogConfig(null, Level);
			Platform.startup(CONFIG);
		} catch (BirtException e) {
			throw new IllegalArgumentException(e);