X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fscripts%2Fset_akka_debug.sh;h=78972c23eec274d1caea66d61c713a633f9efb57;hb=f1e6f63879710d7899107eb32880549a7edbe1c5;hp=108b026bea850d4908f9911bff53759f90d83348;hpb=002ad4198382d311127d7f7e1e18919b31ff45d8;p=integration%2Ftest.git diff --git a/csit/scripts/set_akka_debug.sh b/csit/scripts/set_akka_debug.sh index 108b026bea..78972c23ee 100644 --- a/csit/scripts/set_akka_debug.sh +++ b/csit/scripts/set_akka_debug.sh @@ -3,10 +3,16 @@ cat > ${WORKSPACE}/set_akka_debug.sh <> ${LOGCONF} + echo "log4j2.logger.cluster.name=akka.cluster" >> ${LOGCONF} + echo "log4j2.logger.cluster.level=DEBUG" >> ${LOGCONF} + echo "log4j2.logger.remote.name=akka.remote" >> ${LOGCONF} + echo "log4j2.logger.remote.level=DEBUG" >> ${LOGCONF} echo "Dump ${LOGCONF}" cat ${LOGCONF}