From 28105152e0d99e53e2f2d2b9bc8523230d7ce498 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Fri, 13 Dec 2024 10:29:00 -0500 Subject: [PATCH] Clarify comment since examples do not use a special directory --- solr/bin/solr.cmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/solr/bin/solr.cmd b/solr/bin/solr.cmd index 1dca1a9e81c..ca68c30d86d 100755 --- a/solr/bin/solr.cmd +++ b/solr/bin/solr.cmd @@ -839,8 +839,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 (