Description
I'm using wicket 1.5.9. In my log4j.xml I have:
<logger name="org.apache.wicket.protocol.http.RequestLogger">
<level value="info"/>
</logger>
but when I'm testing my log file output is showing the request logger information using GMT timezone and I need to be GMT+1.
Following Martin Grigorov is it possible to remove the final from org.apache.wicket.protocol.http.AbstractRequestLogger#formatDate method?