ConsoleHandler.printStackTrace does not display the stacktrace
the Exception.getStackTrace()
method returns an array - attempting to print it print's it's memory address.
Here's a small patch that should fix it and print the stacktrace instead.
stacktrace.patch