Removed logging

This commit is contained in:
Thorsten Muerell
2017-10-30 12:03:16 +01:00
parent e8113e1006
commit cafaa57ab0

View File

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