From 61609b1b599b839952fe6a8f0e163254caddd472 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Wed, 18 Dec 2024 14:26:36 -0500 Subject: [PATCH] Clarify comment since examples do not use a special directory (#2908) --- 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 b1a3647f6a6..7541e2183ac 100755 --- a/solr/bin/solr.cmd +++ b/solr/bin/solr.cmd @@ -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 (