Fix logging configuration 77/58777/1
authorTimoney, Dan (dt5972) <dt5972@att.com>
Thu, 2 Aug 2018 20:39:44 +0000 (16:39 -0400)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Thu, 2 Aug 2018 20:39:44 +0000 (16:39 -0400)
commita1a2c807973f036968ec6151a892933a885ccfa7
tree44e607e635e2b88e26c7cbc771c8ac2113c362eb
parent0ac49c7eeb5918da88d4fb377b77598e8d1a4ab8
Fix logging configuration

ODL Oxygen uses log4j2, which has a different configuration format
from log4j.  The org.ops4j.pax.logging.cfg that we were installing
was in log4j format, which is what caused logging to break.

The old format also created a large number of log files for each node
executed.  In this commit, we no longer create separate log files for each
dg / node.  We do, however, add the current directed graph and node id to each line logged in karaf.log

Change-Id: I1377efa7e0c6fa6963e18370d69bafab60ba024d
Issue-ID: CCSDK-427
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
odlsli/src/main/resources/org.ops4j.pax.logging.cfg