|
From: Leif M. <lei...@ta...> - 2009-05-21 11:36:33
|
Lance, I like this idea and have added it to our internal todo list for a near term future version. I will let you know when there is progress made on this feature. Cheers, Leif On Thu, May 21, 2009 at 7:05 PM, Lance White <lan...@lo...> wrote: > Is there any way of changing the timezone on the log message timestamps that > the wrapper logs? > > > > Our app always runs in GMT, so we have a wrapper parameter : > > > > wrapper.java.additional.5=-Duser.timezone=GMT > > > > to force the JVM into using this timezone, and any internal logs are always > in GMT. > > > > The wrapper however logs in whatever timezone the machine is currently > running in – BST currently, and so there is a mismatch in times between the > wrapper log and our internal logs. > > > > It would be nice to add the user.timezone property to the wrappers JVM to be > able to control this, but I can’t see any way of currently doing it. > > > > > > Cheers > > > > Lance |