How can I disable the default console handler, while using the java logging API?

Just do

LogManager.getLogManager().reset();

Leave a Comment