You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/06/17 23:26:35 UTC

[3/3] lucene-solr:branch_6_0: SOLR-8676: keep LOG4J_CONFIG in solr.cmd

SOLR-8676: keep LOG4J_CONFIG in solr.cmd


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/60c140c2
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/60c140c2
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/60c140c2

Branch: refs/heads/branch_6_0
Commit: 60c140c244c4f93bbd3af2fe1b6244101a8db971
Parents: 7e2252c
Author: Mikhail Khludnev <mk...@apache.org>
Authored: Fri Jun 3 01:05:28 2016 +0300
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Jun 17 19:26:26 2016 -0400

----------------------------------------------------------------------
 solr/bin/solr.cmd | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/60c140c2/solr/bin/solr.cmd
----------------------------------------------------------------------
diff --git a/solr/bin/solr.cmd b/solr/bin/solr.cmd
index a8d71c4..6889bef 100644
--- a/solr/bin/solr.cmd
+++ b/solr/bin/solr.cmd
@@ -657,7 +657,6 @@ IF "%STOP_KEY%"=="" set STOP_KEY=solrrocks
 @REM so that we can write logs for examples to %SOLR_HOME%\..\logs
 set "SOLR_LOGS_DIR=%SOLR_SERVER_DIR%\logs"
 set "EXAMPLE_DIR=%SOLR_TIP%\example"
-set LOG4J_CONFIG=
 set TMP=!SOLR_HOME:%EXAMPLE_DIR%=!
 IF NOT "%TMP%"=="%SOLR_HOME%" (
   set "SOLR_LOGS_DIR=%SOLR_HOME%\..\logs"