This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new ac53d8a  Fixing logging configuration of daemon scripts
ac53d8a is described below

commit ac53d8a0410fca041cbee14dbf49e94a09abc0dc
Author: dimuthu <[email protected]>
AuthorDate: Tue Apr 3 15:47:41 2018 -0400

    Fixing logging configuration of daemon scripts
---
 .../src/main/resources/controller/bin/controller-daemon.sh              | 2 +-
 .../src/main/resources/participant/bin/participant-daemon.sh            | 2 +-
 .../helix-distribution/src/main/resources/post-wm/bin/post-wm-daemon.sh | 2 +-
 .../helix-distribution/src/main/resources/pre-wm/bin/pre-wm-daemon.sh   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/modules/airavata-helix/helix-distribution/src/main/resources/controller/bin/controller-daemon.sh
 
b/modules/airavata-helix/helix-distribution/src/main/resources/controller/bin/controller-daemon.sh
index 9764b88..7b5fe08 100644
--- 
a/modules/airavata-helix/helix-distribution/src/main/resources/controller/bin/controller-daemon.sh
+++ 
b/modules/airavata-helix/helix-distribution/src/main/resources/controller/bin/controller-daemon.sh
@@ -23,7 +23,7 @@ CWD="$PWD"
 cd ${AIRAVATA_HOME}/bin
 LOGO_FILE="logo.txt"
 
-JAVA_OPTS="-Dairavata.config.dir=${AIRAVATA_HOME}/conf 
-Dairavata.home=${AIRAVATA_HOME} 
-Dlog4j.configuration=file:${AIRAVATA_HOME}/conf/log4j.properties"
+JAVA_OPTS="-Dairavata.config.dir=${AIRAVATA_HOME}/conf 
-Dairavata.home=${AIRAVATA_HOME} 
-Dlogback.configurationFile=file:${AIRAVATA_HOME}/conf/logback.xml"
 AIRAVATA_COMMAND=""
 EXTRA_ARGS=""
 SERVERS=""
diff --git 
a/modules/airavata-helix/helix-distribution/src/main/resources/participant/bin/participant-daemon.sh
 
b/modules/airavata-helix/helix-distribution/src/main/resources/participant/bin/participant-daemon.sh
index 6306d7c..00e0ba8 100644
--- 
a/modules/airavata-helix/helix-distribution/src/main/resources/participant/bin/participant-daemon.sh
+++ 
b/modules/airavata-helix/helix-distribution/src/main/resources/participant/bin/participant-daemon.sh
@@ -23,7 +23,7 @@ CWD="$PWD"
 cd ${AIRAVATA_HOME}/bin
 LOGO_FILE="logo.txt"
 
-JAVA_OPTS="-Dairavata.config.dir=${AIRAVATA_HOME}/conf 
-Dairavata.home=${AIRAVATA_HOME} 
-Dlog4j.configuration=file:${AIRAVATA_HOME}/conf/log4j.properties"
+JAVA_OPTS="-Dairavata.config.dir=${AIRAVATA_HOME}/conf 
-Dairavata.home=${AIRAVATA_HOME} 
-Dlogback.configurationFile=file:${AIRAVATA_HOME}/conf/logback.xml"
 AIRAVATA_COMMAND=""
 EXTRA_ARGS=""
 SERVERS=""
diff --git 
a/modules/airavata-helix/helix-distribution/src/main/resources/post-wm/bin/post-wm-daemon.sh
 
b/modules/airavata-helix/helix-distribution/src/main/resources/post-wm/bin/post-wm-daemon.sh
index 3ddb572..93dabb0 100644
--- 
a/modules/airavata-helix/helix-distribution/src/main/resources/post-wm/bin/post-wm-daemon.sh
+++ 
b/modules/airavata-helix/helix-distribution/src/main/resources/post-wm/bin/post-wm-daemon.sh
@@ -23,7 +23,7 @@ CWD="$PWD"
 cd ${AIRAVATA_HOME}/bin
 LOGO_FILE="logo.txt"
 
-JAVA_OPTS="-Dairavata.config.dir=${AIRAVATA_HOME}/conf 
-Dairavata.home=${AIRAVATA_HOME} 
-Dlog4j.configuration=file:${AIRAVATA_HOME}/conf/log4j.properties"
+JAVA_OPTS="-Dairavata.config.dir=${AIRAVATA_HOME}/conf 
-Dairavata.home=${AIRAVATA_HOME} 
-Dlogback.configurationFile=file:${AIRAVATA_HOME}/conf/logback.xml"
 AIRAVATA_COMMAND=""
 EXTRA_ARGS=""
 SERVERS=""
diff --git 
a/modules/airavata-helix/helix-distribution/src/main/resources/pre-wm/bin/pre-wm-daemon.sh
 
b/modules/airavata-helix/helix-distribution/src/main/resources/pre-wm/bin/pre-wm-daemon.sh
index 6784789..2ec7e31 100644
--- 
a/modules/airavata-helix/helix-distribution/src/main/resources/pre-wm/bin/pre-wm-daemon.sh
+++ 
b/modules/airavata-helix/helix-distribution/src/main/resources/pre-wm/bin/pre-wm-daemon.sh
@@ -23,7 +23,7 @@ CWD="$PWD"
 cd ${AIRAVATA_HOME}/bin
 LOGO_FILE="logo.txt"
 
-JAVA_OPTS="-Dairavata.config.dir=${AIRAVATA_HOME}/conf 
-Dairavata.home=${AIRAVATA_HOME} 
-Dlog4j.configuration=file:${AIRAVATA_HOME}/conf/log4j.properties"
+JAVA_OPTS="-Dairavata.config.dir=${AIRAVATA_HOME}/conf 
-Dairavata.home=${AIRAVATA_HOME} 
-Dlogback.configurationFile=file:${AIRAVATA_HOME}/conf/logback.xml"
 AIRAVATA_COMMAND=""
 EXTRA_ARGS=""
 SERVERS=""

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to