Removed logging
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user