From: Erik V. <eri...@xs...> - 2010-07-18 17:07:28
|
Stefan, Your fix didn't work yet, because logging was initialised (by creating a logger in Config) before the relevant system property was set. I have changed Config by deferring logger initialisation until just after the system property is set, and now I'm fine. Erik. -----Original Message----- From: Stefan Frey [mailto:ste...@we...] Sent: Sunday 18 July 2010 00:38 To: Development list for Rails: an 18xx game Subject: Re: [Rails-devel] Added prototype configuration UI I have added a -Dlog4j option that can specify a file, which contains the log4j settings. It can point to the same file as -Dconfigfile. |