|
From: Lance W. <lan...@lo...> - 2009-05-21 10:58:04
|
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 |