forked from I2P_Developers/i2p.i2p
- Start webapps after console for faster startup
- Add delay in systray port checker to ensure console is up - Move I2PRequestLog to net.i2p.jetty package
This commit is contained in:
@@ -238,7 +238,7 @@
|
||||
<!-- =========================================================== -->
|
||||
<Ref id="RequestLog">
|
||||
<Set name="requestLog">
|
||||
<New id="RequestLogImpl" class="org.mortbay.http.I2PRequestLog">
|
||||
<New id="RequestLogImpl" class="net.i2p.jetty.I2PRequestLog">
|
||||
<Set name="filename">./eepsite/logs/yyyy_mm_dd.request.log</Set>
|
||||
<Set name="filenameDateFormat">yyyy_MM_dd</Set>
|
||||
<Set name="retainDays">90</Set>
|
||||
|
||||
Reference in New Issue
Block a user