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