|
|
@ -119,7 +119,6 @@ public class Main {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) throws Exception {
|
|
|
|
public static void main(String[] args) throws Exception {
|
|
|
|
executionMode = ExecutionMode.TERMINAL;
|
|
|
|
|
|
|
|
BasicConfigurator.configure();
|
|
|
|
BasicConfigurator.configure();
|
|
|
|
LogManager.getRootLogger().setLevel(Level.OFF);
|
|
|
|
LogManager.getRootLogger().setLevel(Level.OFF);
|
|
|
|
LogManager.getLogger("at.compax.tools.sql.main").setLevel(executionMode.getLoggingLevel());
|
|
|
|
LogManager.getLogger("at.compax.tools.sql.main").setLevel(executionMode.getLoggingLevel());
|
|
|
|