* Jetty: Add a I2PRequestLog class to log request dest hash

This commit is contained in:
zzz
2008-11-09 16:05:13 +00:00
parent 1793b05784
commit 9f57be5f03
4 changed files with 723 additions and 5 deletions

View File

@@ -152,7 +152,7 @@
<!-- Configure the Request Log -->
<!-- =============================================================== -->
<Set name="RequestLog">
<New class="org.mortbay.http.NCSARequestLog">
<New class="org.mortbay.http.I2PRequestLog">
<Arg>./eepsite/logs/yyyy_mm_dd.request.log</Arg>
<Set name="retainDays">90</Set>
<Set name="append">true</Set>