Removed logging

master
Thorsten Muerell 7 years ago
parent e8113e1006
commit cafaa57ab0

@ -117,8 +117,8 @@ public class Main {
public static void main(String[] args) throws Exception { public static void main(String[] args) throws Exception {
BasicConfigurator.configure(); BasicConfigurator.configure();
LogManager.getLogger("at.compax.tools.sql.main").setLevel(Level.ALL); LogManager.getLogger("at.compax.tools.sql.main").setLevel(Level.OFF);
LogManager.getLogger("at.compax.tools.sql").setLevel(Level.ALL); LogManager.getLogger("at.compax.tools.sql").setLevel(Level.OFF);
ObjectMapper mapper = new ObjectMapper(); ObjectMapper mapper = new ObjectMapper();
if (args.length == 0) { if (args.length == 0) {

Loading…
Cancel
Save