New issue 49 by oliver.ferschke: [DataMachine, TimeMachine,
RevisionMachine?] Correctly initialize log4j
http://code.google.com/p/jwpl/issues/detail?id=49
Log4j is not correctly initialized when the executable jars are run.
Also see Issue 62
How about manually setting up reasonable logging levels in the main()
methods? BasicConfigurator.configure() is probably not good because it sets
everything to debug. I think there is some property configurator where you
can explicitly say the name of the properties file. If you use a different
name than log4j.properties, and explicitly read from that, I suppose that
should be fine. Of course only when actual main() methods are used.