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
  • Loading branch information
epugh authored Dec 18, 2024
1 parent a4229e7 commit 61609b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions solr/bin/solr.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -860,8 +860,7 @@ IF NOT EXIST "%SOLR_HOME%\" (
)
)

@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 61609b1

Please sign in to comment.