Skip to content

Commit

Permalink
Clarify comment since examples do not use a special directory (#2908)
Browse files Browse the repository at this point in the history
(cherry picked from commit 61609b1)
  • Loading branch information
epugh committed Dec 18, 2024
1 parent 9440ec1 commit ab66877
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions solr/bin/solr.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -822,10 +822,7 @@ IF NOT EXIST "%SOLR_HOME%\" (
)
)

IF "%STOP_KEY%"=="" set STOP_KEY=solrrocks

@REM This is quite hacky, but examples rely on a different log4j2.xml
@REM so that we can write logs for examples to %SOLR_HOME%\..\logs
@REM Handle overriding where logs are written to
IF [%SOLR_LOGS_DIR%] == [] (
set "SOLR_LOGS_DIR=%SOLR_SERVER_DIR%\logs"
) ELSE (
Expand Down

0 comments on commit ab66877

Please sign in to comment.