From dcafc6571797cc7ed1e7c0315ea26e496b682946 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Mon, 20 Dec 2021 17:34:03 +0000 Subject: [PATCH] Patch log config --- log/log4j2.dundee.properties | 2 +- log/log4j2.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/log/log4j2.dundee.properties b/log/log4j2.dundee.properties index f7caed0..ba01c5b 100644 --- a/log/log4j2.dundee.properties +++ b/log/log4j2.dundee.properties @@ -6,7 +6,7 @@ name = PropertiesConfig #name = dundee # change this -property.logDir = www-jws2-logs +property.logDir = /homes/www-jws2/logs appender.stdout.type = Console diff --git a/log/log4j2.properties b/log/log4j2.properties index ff3dc5d..3002f10 100644 --- a/log/log4j2.properties +++ b/log/log4j2.properties @@ -67,7 +67,7 @@ rootLogger.Level = ERROR rootLogger.appenderRef = R # %d{ABSOLUTE} %5p %c{1}:%L - -logger.compbio.level = TRACE +logger.compbio.level = WARN logger.compbio.appenderRef = B logger.compbio.name = compbio -- 1.7.10.2