mirror of https://github.com/apache/lucene.git
SOLR-4238: Fix jetty example requestLog config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427240 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9342d7d9e8
commit
b58e44d03b
|
@ -421,6 +421,8 @@ Bug Fixes
|
|||
leader in the cluster state is 30 seconds rather than leaderVoteWait + extra
|
||||
time. (Mark Miller)
|
||||
|
||||
* SOLR-4238: Fix jetty example requestLog config (jm via hossman)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -103,9 +103,9 @@
|
|||
<Set name="requestLog">
|
||||
<New id="RequestLogImpl" class="org.eclipse.jetty.server.NCSARequestLog">
|
||||
<Set name="filename">
|
||||
logs/request.yyyy_mm_dd.log
|
||||
logs/request.yyyy_MM_dd.log
|
||||
</Set>
|
||||
<Set name="filenameDateFormat">yyyy_mm_dd</Set>
|
||||
<Set name="filenameDateFormat">yyyy_MM_dd</Set>
|
||||
<Set name="retainDays">90</Set>
|
||||
<Set name="append">true</Set>
|
||||
<Set name="extended">false</Set>
|
||||
|
|
Loading…
Reference in New Issue