From ef31934f2d3e74311f752ee9f6b3f13de12864a5 Mon Sep 17 00:00:00 2001 From: Gethin James Date: Thu, 1 Dec 2016 10:53:44 +0100 Subject: [PATCH] SEARCH-247: Disabling verbose GC logs --- packaging/config.properties | 2 ++ packaging/pom.xml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/packaging/config.properties b/packaging/config.properties index 00a127276..fc33e96e1 100644 --- a/packaging/config.properties +++ b/packaging/config.properties @@ -5,6 +5,8 @@ alfresco.search.ssl.need.token=needClientAuth" default="false" alfresco.search.ssl.need=needclientauth" default="true" alfresco.search.logs=SOLR_LOGS_DIR=../../logs\ ${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 alfresco.search.config=# Alfresco configuration. This file is automatically included by solr. You can define your custom settings here\ diff --git a/packaging/pom.xml b/packaging/pom.xml index e4535fb59..54a23bb63 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -161,6 +161,12 @@ + + + + + +