You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2019/12/23 18:49:58 UTC

[lucene-solr] branch branch_8x updated: SOLR-14138: changes.txt

This is an automated email from the ASF dual-hosted git repository.

rmuir pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new f1a6747  SOLR-14138: changes.txt
f1a6747 is described below

commit f1a674717a3c97784826b1c1b5fb2bb1cdc9d581
Author: Robert Muir <rm...@apache.org>
AuthorDate: Mon Dec 23 10:49:18 2019 -0800

    SOLR-14138: changes.txt
---
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 47edf80..4964e56 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -49,6 +49,9 @@ Improvements
 
 * SOLR-14125: Make <expressible> plugins work with packages (noble)
 
+* SOLR-14138: Jetty's NCSA-formatted RequestLog can be enabled via environment variable,
+  SOLR_REQUESTLOG_ENABLED=true. This will respect SOLR_LOGS_DIR if it is set. (rmuir)
+
 Optimizations
 ---------------------
 (No changes)