I want the log should contain date entries of specific timezone. Is there any way of forcing timezone in log4j.properties?
log4j.properties
Now I am using JDK 1.5, As you al
You can add following line
log4j.appender.S.layout.ConversionPattern= %d{yyyy-MM-dd HH:mm:ss zzz}{GMT} %-5p [%t][%c:%M(%L)] %m%n