On Sat, 11 May 2013 17:07:57 -0400, Nick Sabalausky wrote:

The new logging system seems to hide a lot of the extra info by
default, but looking through the docs, I'm unclear how to restore that
now-hidden output without duplicating it all to an additional logger.

If I remember right, setPlainLogging(false) should reenable the previous behavior to print the thread and task ID to stdout/stderr. I've just noticed that the file logger (setLogFile) now does not output the current time stamp anymore - I'll fix that + improve the docs.