jm created SOLR-4238:
------------------------
Summary: filename pattern of jetty request log file in sample
example\etc\jetty.xml is wrong
Key: SOLR-4238
URL: https://issues.apache.org/jira/browse/SOLR-4238
Project: Solr
Issue Type: Improvement
Affects Versions: 4.0
Reporter: jm
Priority: Minor
This is being used now:
<Set name="filenameDateFormat">yyyy_mm_dd</Set>
but mm means minutes (I guess) and filenames created are not meaningfull.
Changing to
<Set name="filenameDateFormat">yyyy_MM_dd</Set>
creates proper filenames.
Note that the logger is commented out by default, but I always enable it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]