From 3566d65925573d152cc4e4be988f4a6700051f74 Mon Sep 17 00:00:00 2001 From: ahind Date: Mon, 6 Feb 2017 18:13:53 +0000 Subject: [PATCH] Fix for SEARCH-323 SOR 6 Windows start up errors related to logging --- search-services/packaging/config.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search-services/packaging/config.properties b/search-services/packaging/config.properties index 7749d5184..a6f2d8b98 100644 --- a/search-services/packaging/config.properties +++ b/search-services/packaging/config.properties @@ -8,7 +8,7 @@ ${line.separator}LOG4J_PROPS=$SOLR_LOGS_DIR/log4j.properties alfresco.gc.logs=GC_LOG_OPTS="" alfresco.gc.logs.win=set "GC_LOG_OPTS= " alfresco.search.logs.win=set SOLR_LOGS_DIR=..\\..\\logs\ -${line.separator}set LOG4J_PROPS=!SOLR_LOGS_DIR!\\log4j.properties +${line.separator}set LOG4J_CONFIG=!SOLR_LOGS_DIR!\\log4j.properties alfresco.search.config=# Alfresco configuration. This file is automatically included by solr. You can define your custom settings here\ ${line.separator}SOLR_OPTS="$SOLR_OPTS -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000" alfresco.search.config.win=REM Alfresco configuration. This file is automatically included by solr. You can define your custom settings here\